This commit is contained in:
Louis Abel 2022-09-11 10:14:42 -07:00
parent 574f7d401f
commit 4ebc900cd5
Signed by: label
GPG Key ID: B37E62D143879B36
1 changed files with 1 additions and 1 deletions

View File

@ -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