Skip to content

Commit

Permalink
remove random + that must've been a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence committed Sep 22, 2023
1 parent 4c5d379 commit 0785fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion private/scripts/helpers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ function update_composer() {
git add composer.json
git commit -m "[Sage Install] Add post-install-cmd hook to also run install on ${sagename}"

if ! git push origin master; then+
if ! git push origin master; then
echo "${red}Push failed. Stopping here.${normal}"
echo "Next steps are to push the changes to the repo and then set the connection mode back to Git."
exit 1;
Expand Down

0 comments on commit 0785fd1

Please sign in to comment.