Skip to content

Commit

Permalink
Added the missing quotes (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
ravali-rimmalapudi authored Sep 20, 2021
1 parent 3064da6 commit 633a361
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/scripts/update-formula.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ if [ "$version" == '' ] || [ "$sha" == '' ]; then
fi
formula_path="Formula/$formula.rb"
sed -i.bak "s/$formula-v$version_pattern/$formula-v$version/g" "$formula_path"
sed -i.bak "s/version .*/version $version/" "$formula_path"
sed -i.bak "s/sha256 .*/sha256 $sha/" "$formula_path"
sed -i.bak "s/version .*/version \"$version\"/" "$formula_path"
sed -i.bak "s/sha256 .*/sha256 \"$sha\"/" "$formula_path"
echo "Git configurations"
git config --global user.email "[email protected]"
git config --global user.name "twilio-dx"
Expand Down

0 comments on commit 633a361

Please sign in to comment.