Skip to content

Commit 5e1aebe

Browse files
authored
Merge pull request #4399 from ralfhandl/dev-schema-publish-fix-error-message
dev: fix error message in schema-publish.sh
2 parents d7bbe0e + f981427 commit 5e1aebe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/schema-publish.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if [ -z "$1" ]; then
1212
if [[ $branch =~ ^v([0-9]+\.[0-9]+)-dev$ ]]; then
1313
deploydir="./deploy/oas/${BASH_REMATCH[1]}"
1414
else
15-
echo "Unable to determine version from branch name; should be vMAJOR.MINOR.PATCH-dev"
15+
echo "Unable to determine version from branch name; should be vX.Y-dev"
1616
exit 1
1717
fi
1818
elif [ $1 = "src" ]; then

0 commit comments

Comments
 (0)