Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
reececomo authored Sep 23, 2019
1 parent a7a940f commit 7a2ab9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ case "$log" in
*#major* ) new=$(semver bump major $tag);;
*#minor* ) new=$(semver bump minor $tag);;
*#patch* ) new=$(semver bump patch $tag);;
* ) new=$(semver bump `$default_semvar_bump` $tag);;
* ) new=$(semver bump `echo $default_semvar_bump` $tag);;
esac

echo $new
Expand Down

0 comments on commit 7a2ab9e

Please sign in to comment.