diff --git a/tasks/general/acct_mgmt/users.yml b/tasks/general/acct_mgmt/users.yml index 3a8ec04..3630c28 100644 --- a/tasks/general/acct_mgmt/users.yml +++ b/tasks/general/acct_mgmt/users.yml @@ -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