Skip to content

Commit

Permalink
Add script for getting SHA for specific version
Browse files Browse the repository at this point in the history
  • Loading branch information
denisidoro committed Mar 10, 2020
1 parent 8069e6d commit e6b7c2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/brew
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ gen_formula() {
}

gen_sha() {
version="$(latest_version_released)"
version="${1:-$(latest_version_released)}"
header "version: ${version}"

header "sha_for source..."
Expand Down

0 comments on commit e6b7c2f

Please sign in to comment.