From 9d70f0b4f86ee72067efe0e1b7438fbb1529f2cc Mon Sep 17 00:00:00 2001 From: Eric Theise Date: Mon, 8 Jul 2024 14:46:47 -0700 Subject: [PATCH] Part of https://github.com/OpenHistoricalMap/issues/issues/786, adjusting workflow. --- scripts/upstream_sync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upstream_sync.sh b/scripts/upstream_sync.sh index ce06e48a..44036b97 100755 --- a/scripts/upstream_sync.sh +++ b/scripts/upstream_sync.sh @@ -3,7 +3,7 @@ # As we enter this script we are on the `main` branch and have `get fetch`ed # upstream/master. -git checkout master +git checkout main git branch -D the-sacrifice git checkout -b the-sacrifice