From 0de53c6aee1bd87753daabf6c57fc4c4a2bcfd3d Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Mon, 1 Sep 2025 10:04:32 -0400 Subject: [PATCH] Update update add .updated to branch checkout --- update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update b/update index 669e9148..b2d76c3f 100755 --- a/update +++ b/update @@ -55,7 +55,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