Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Commit

Permalink
fix bumpversion shebang
Browse files Browse the repository at this point in the history
  • Loading branch information
BobDotCom committed Apr 10, 2021
1 parent eb412b8 commit d1a5d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bumpversion
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin bash
#!/usr/bin/env bash

getValueFromConfig() {
current_version="$(grep "${1}" .bumpversion.cfg | cut -d '=' -f 2)"
Expand Down

0 comments on commit d1a5d85

Please sign in to comment.