From 7c93f25a5d6179d7c836f66a145817268ab5cd90 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Wed, 15 Oct 2025 06:45:49 -0700 Subject: [PATCH] Add output for why dev branch shows up twice during load-prod. --- tasks/general/acct_mgmt/users.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/general/acct_mgmt/users.yml b/tasks/general/acct_mgmt/users.yml index ec7e10d..794cc52 100644 --- a/tasks/general/acct_mgmt/users.yml +++ b/tasks/general/acct_mgmt/users.yml @@ -928,6 +928,7 @@ git ls-remote --heads | sort if [[ "$base" != "dev" ]]; then + echo -e "\n* Checking if a dev branch exists." git ls-remote --exit-code --heads origin dev dev_exists="$?" if [[ "$dev_exists" == 0 ]]; then