Merge pull request #100 from aussielunix/zipfilename

scripts: include 'terraform' in published package name
This commit is contained in:
Mitchell Hashimoto 2014-08-05 10:35:44 -07:00
commit 989b84bc1f
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ rm -rf ./pkg/dist
mkdir -p ./pkg/dist
for FILENAME in $(find ./pkg -mindepth 1 -maxdepth 1 -type f); do
FILENAME=$(basename $FILENAME)
cp ./pkg/${FILENAME} ./pkg/dist/${VERSION}_${FILENAME}
cp ./pkg/${FILENAME} ./pkg/dist/terraform-${VERSION}_${FILENAME}
done
# Make the checksums