From f17106ef0a4c82db1ba215970f976d33c11c6d2e Mon Sep 17 00:00:00 2001 From: Mick Pollard Date: Wed, 30 Jul 2014 10:44:12 +1000 Subject: [PATCH] include terraform in published package name --- scripts/dist.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dist.sh b/scripts/dist.sh index a810de981..1eca8ac41 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/${VERSION}_${FILENAME} + cp ./pkg/${FILENAME} ./pkg/dist/terraform-${VERSION}_${FILENAME} done # Make the checksums