Skip to content

Commit f981427

Browse files
committed
Update schema-publish.sh
1 parent 9f113bd commit f981427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)