From 4e0ff86295cac693fb61a829df4ab0ac78a4904e Mon Sep 17 00:00:00 2001 From: Hyperling Date: Wed, 15 Oct 2025 05:19:21 -0700 Subject: [PATCH] Add missing then. --- tasks/general/acct_mgmt/users.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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