Skip to content

Commit

Permalink
dev: minor
Browse files Browse the repository at this point in the history
  • Loading branch information
sunsingerus committed Oct 14, 2024
1 parent ef3b45a commit 40d768f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev/start_new_release_branch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ NEW_RELEASE_MINOR=$(increment_version "${CUR_RELEASE}" 1)
NEW_RELEASE_PATCH=$(increment_version "${CUR_RELEASE}" 2)
echo "Starting new release."
echo "Current release: ${CUR_RELEASE}"
echo "What would you like to start. Possible options:"
echo "What would you like to start? Possible options:"
echo " 1 - new MAJOR version: ${NEW_RELEASE_MAJOR}"
echo " 2 - new MINOR version: ${NEW_RELEASE_MINOR}"
echo " 3 - new PATCH version: ${NEW_RELEASE_PATCH}"
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/run_tests_local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function select_test_goal() {
echo "Having specified explicitly: ${specified_goal}"
return 0
else
echo "What would you like to start. Possible options:"
echo "What would you like to start? Possible options:"
echo " 1 - test operator"
echo " 2 - test keeper"
echo " 3 - test metrics"
Expand Down

0 comments on commit 40d768f

Please sign in to comment.