Skip to content

Commit 6c03de8

Browse files
committed
Fix for quote proble in update_planemo_recipe.bash.
1 parent a152f3c commit 6c03de8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/update_planemo_recipe.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ cd homebrew-tap
1515

1616
brew uninstall planemo || true
1717
echo $URL
18-
sed -E -i "s/^ url.*$/ url $URL/" planemo.rb
18+
sed -E -i "s/^ url.*$/ url \"$URL\"/" planemo.rb
1919
echo $SHA256
2020
sed -i "s/^ sha256.*$/ sha256 \"$SHA256\"/" planemo.rb
2121
brew install planemo.rb > output

0 commit comments

Comments
 (0)