mirror of
https://github.com/vmstan/gravity-sync.git
synced 2025-07-25 02:54:32 +00:00
if
This commit is contained in:
@ -108,7 +108,7 @@ function update_gs {
|
||||
if [ -f "$HOME/${LOCAL_FOLDR}/dev" ]
|
||||
then
|
||||
BRANCH='development'
|
||||
elif if [ -f "$HOME/${LOCAL_FOLDR}/beta" ]
|
||||
elif [ -f "$HOME/${LOCAL_FOLDR}/beta" ]
|
||||
then
|
||||
BRANCH='beta'
|
||||
else
|
||||
|
Reference in New Issue
Block a user