Skip to content

Commit

Permalink
updated git_submodules_update_repos.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Sep 21, 2024
1 parent 7648956 commit 59495f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git/git_submodules_update_repos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ run(){
done
echo
if [ -z "${NO_PUSH:-}" ]; then
if [ -z "${NO_REVIEW_PUSH:-}" ]; then
if [ -n "${REVIEW_PUSH:-}" ]; then
"$srcdir/git_review_push.sh"
else
git push
Expand Down

0 comments on commit 59495f9

Please sign in to comment.