From 4ebc900cd59276b4625670a34a7b96e3627aa7bb Mon Sep 17 00:00:00 2001 From: Louis Abel Date: Sun, 11 Sep 2022 10:14:42 -0700 Subject: [PATCH] r9s only --- sync-from-upstream | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync-from-upstream b/sync-from-upstream index ab4113c..313342a 100755 --- a/sync-from-upstream +++ b/sync-from-upstream @@ -5,7 +5,7 @@ if [ -z $1 ]; then fi BRANCH=$(git branch --show-current) -if [[ ! "${BRANCH}" =~ "lh" ]]; then +if [[ ! "${BRANCH}" =~ "r9s" ]]; then echo "Not a lookahead branch." exit 1 fi