From c834254b7f4983036f50cd3b02012e9d2a63963d Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 5 Aug 2014 10:36:01 -0700 Subject: [PATCH] scripts: underscore instead of hyphen --- scripts/dist.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dist.sh b/scripts/dist.sh index 1eca8ac41..04b3c48f0 100644 --- a/scripts/dist.sh +++ b/scripts/dist.sh @@ -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