scripts: underscore instead of hyphen

This commit is contained in:
Mitchell Hashimoto 2014-08-05 10:36:01 -07:00
parent 989b84bc1f
commit c834254b7f
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/terraform-${VERSION}_${FILENAME}
cp ./pkg/${FILENAME} ./pkg/dist/terraform_${VERSION}_${FILENAME}
done
# Make the checksums