From 77ac215c356261a8abb4e3e01cf3b76cbb8345c3 Mon Sep 17 00:00:00 2001 From: Kevin Gartland Date: Tue, 20 Aug 2024 15:02:22 -0400 Subject: [PATCH] rm comment --- test/bats/contract/deploy.bats | 1 - 1 file changed, 1 deletion(-) diff --git a/test/bats/contract/deploy.bats b/test/bats/contract/deploy.bats index ccfa5c909..98cef6a2a 100644 --- a/test/bats/contract/deploy.bats +++ b/test/bats/contract/deploy.bats @@ -59,7 +59,6 @@ init_with_fields() { perl -i -pe '$_ .= qq(description = "'"${CONTENT}"' description"\n) if /title/' ${FULL_PATH}/.posit/publish/${CONTENT}.toml if [[ ${ADDITIONAL_FILES} ]]; then - # sed -i '' "/files = \[/ s/\(.*\)\]/\1, '${ADDITIONAL_FILES}']/" ${FULL_PATH}/.posit/publish/${CONTENT}.toml perl -i -pe "s/(files = \[.*)\]/\1, '${ADDITIONAL_FILES}']/" ${FULL_PATH}/.posit/publish/${CONTENT}.toml fi