Skip to content
This repository has been archived by the owner on Jul 26, 2024. It is now read-only.

Commit

Permalink
4.0.0(4)
Browse files Browse the repository at this point in the history
  • Loading branch information
vmstan committed Apr 12, 2022
1 parent 56650f4 commit 3720a91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gravity-sync
Original file line number Diff line number Diff line change
Expand Up @@ -1882,10 +1882,10 @@ function task_dev {

MESSAGE="Checking available branches"
echo_stat
(cd ${GS_LOCAL_REPO} || exit; git fetch --all >/dev/null 2>&1)
(cd ${GS_LOCAL_REPO} || exit; sudo git fetch --all >/dev/null 2>&1)
error_validate

(cd ${GS_LOCAL_REPO} || exit; git branch -r)
(cd ${GS_LOCAL_REPO} || exit; sudo git branch -r)

MESSAGE="Select GitHub branch to update against"
echo_need
Expand Down

0 comments on commit 3720a91

Please sign in to comment.