Skip to content

Commit 5172ca5

Browse files
authored
Merge pull request #4431 from OAI/dev
v3.1-dev: update from dev
2 parents 4189639 + 5e1aebe commit 5172ca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/schema-publish.sh

Lines changed: 1 addition & 1 deletion
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)