From 89cdf8157fd36da619466ffa175536e453dd1101 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Wed, 15 Oct 2025 05:19:57 -0700 Subject: [PATCH] Add other 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 3630c28..de334dc 100644 --- a/tasks/general/acct_mgmt/users.yml +++ b/tasks/general/acct_mgmt/users.yml @@ -893,7 +893,7 @@ function load-branch { rcvr="$1" # branch which we want to modify base="$2" # branch with the changes we want - if [[ "$1" == main ]]; + if [[ "$1" == main ]]; then echo "Are you nuts, fool!? Not main! Do it manually!" exit 1 fi