From aa3075a9fce34bdb7c5267f8d4dbab62047125e5 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Wed, 15 Oct 2025 05:33:17 -0700 Subject: [PATCH] Do not do switch back to sender if did not switch to receiver. --- 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 de334dc..1010334 100644 --- a/tasks/general/acct_mgmt/users.yml +++ b/tasks/general/acct_mgmt/users.yml @@ -901,7 +901,7 @@ git branch -f "$rcvr" "$base" #git switch "$rcvr" git push --force --set-upstream origin "$rcvr" - git switch "$base" + #git switch "$base" git branch } alias load-prod="load-branch prod dev"