mirror of
https://github.com/hashicorp/packer.git
synced 2026-04-20 21:59:08 -04:00
scripts: SHASUMs should include full version
This commit is contained in:
parent
f030623b62
commit
5afa38e13b
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ waitAll
|
|||
|
||||
# Make the checksums
|
||||
pushd ./pkg/${VERSIONDIR}/dist
|
||||
shasum -a256 * > ./${VERSION}_SHA256SUMS
|
||||
shasum -a256 * > ./${VERSIONDIR}_SHA256SUMS
|
||||
popd
|
||||
|
||||
exit 0
|
||||
|
|
|
|||
Loading…
Reference in a new issue