From 4687aa9ec3cfba7ebc0313ec102ccb82eb499b61 Mon Sep 17 00:00:00 2001 From: Barry B Date: Tue, 1 May 2018 15:28:59 -0400 Subject: [PATCH] Fix typo in release.sh (#1280) --- release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release.sh b/release.sh index 2026a2ca..21fa2b27 100755 --- a/release.sh +++ b/release.sh @@ -79,7 +79,7 @@ if ! command npm owner ls katex | grep -q "^$(command npm whoami) <"; then : $((++INSANE)) fi if [[ $BRANCH != @(v*|master) ]]; then - echo "'$BRANCH' does not like a release branch to me" >&2 + echo "'$BRANCH' does not look like a release branch to me" >&2 : $((++INSANE)) fi