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