Skip to content

Commit

Permalink
chore: Fix typo in scripts/update_readme.sh (#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
ondras12345 authored Nov 4, 2022
1 parent 3ee1703 commit a78e2af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update_readme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if [ -z "${VERSION}" ]; then
exit 1;
fi
if [ -z "${BRANCH}" ]; then
echo "Version not specified; Exiting."
echo "Branch not specified; Exiting."
exit 1;
fi

Expand Down

0 comments on commit a78e2af

Please sign in to comment.