mirror of
https://github.com/vmstan/gravity-sync.git
synced 2024-08-30 18:22:11 +00:00
if
This commit is contained in:
parent
8e78bca575
commit
ad1f758384
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user