From 8cdf54c4a6b40d1c12c328821727e9c2f4596b9e Mon Sep 17 00:00:00 2001 From: Donna Malayeri Date: Fri, 30 Mar 2018 19:05:30 -0700 Subject: [PATCH] Fix typo in filename for Travis build --- upload-examples.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upload-examples.sh b/upload-examples.sh index a7b5c98e3..732b0c02f 100755 --- a/upload-examples.sh +++ b/upload-examples.sh @@ -4,7 +4,7 @@ set -o nounset -o errexit -o pipefail ROOT=$(dirname $0) -EXAMPLES_FILENAME="pulumi.examples.zip" +EXAMPLES_FILENAME="pulumi-examples.zip" EXAMPLES_PATH="${ROOT}/${EXAMPLES_FILENAME}" echo -e "Downloading ${EXAMPLES_PATH} to publish to S3"