diff --git a/tasks/general/acct_mgmt/users.yml b/tasks/general/acct_mgmt/users.yml index 34a726b..81b2d41 100644 --- a/tasks/general/acct_mgmt/users.yml +++ b/tasks/general/acct_mgmt/users.yml @@ -929,7 +929,7 @@ if [[ "$base" != "dev" ]]; then echo -e "\n* Switching back to dev." - git switch "$base" + git switch dev fi echo -e "\n* Verifying which branch we're on."