Skip to content

Commit a78e2af

Browse files
authored
chore: Fix typo in scripts/update_readme.sh (#358)
1 parent 3ee1703 commit a78e2af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/update_readme.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if [ -z "${VERSION}" ]; then
1010
exit 1;
1111
fi
1212
if [ -z "${BRANCH}" ]; then
13-
echo "Version not specified; Exiting."
13+
echo "Branch not specified; Exiting."
1414
exit 1;
1515
fi
1616

0 commit comments

Comments
 (0)