Skip to content

Commit

Permalink
rm comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kgartland-rstudio committed Aug 20, 2024
1 parent ef05d32 commit 77ac215
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/bats/contract/deploy.bats
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 77ac215

Please sign in to comment.