mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-05 03:08:40 +00:00
Fix typo in release.sh (#1280)
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user