From 72b32990eccdf25f434a8e009c3e547b95812c3f Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Mon, 1 Sep 2025 10:02:47 -0400 Subject: [PATCH] Update update add .updated to branch change --- update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update b/update index 722a8fcb..b4a9824c 100755 --- a/update +++ b/update @@ -53,7 +53,7 @@ git pull --no-rebase > .updated if [ $checkout -eq 1 ]; then git checkout $branch - git pull --no-rebase + git pull --no-rebase > .updated fi make debug