Add missing then.
This commit is contained in:
@@ -566,7 +566,7 @@
|
||||
if [[ -d .git ]]; then
|
||||
git ls-remote --exit-code origin dev
|
||||
dev_exists="$?"
|
||||
if [[ "$dev_exists" == 0 ]];
|
||||
if [[ "$dev_exists" == 0 ]]; then
|
||||
git switch dev
|
||||
else
|
||||
git switch main
|
||||
|
Reference in New Issue
Block a user