Skip to content

Commit

Permalink
fix: version script
Browse files Browse the repository at this point in the history
  • Loading branch information
nallenscott committed Jun 11, 2023
1 parent 5551e7e commit 368d8ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/brew-hops
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ BLUARW=$'\e[1;34m==>\e[0m'
# Prints the latest git tag.
# -----------------------------------------------
print_version() {
echo "v$(git describe --tags --abbrev=0)"
git describe --tags --abbrev=0
}

# -----------------------------------------------
Expand Down

0 comments on commit 368d8ad

Please sign in to comment.