From f67dcf7ca8199ba8cf0279e62c59c3352819c34a Mon Sep 17 00:00:00 2001 From: Will Martin Date: Thu, 4 Aug 2016 14:09:29 +0100 Subject: [PATCH] Fix typo for path name search [#127656389] --- ci/scripts/shipit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/scripts/shipit b/ci/scripts/shipit index 62bc54f32..b906ab9ff 100755 --- a/ci/scripts/shipit +++ b/ci/scripts/shipit @@ -18,7 +18,7 @@ cd gr-release-develop/ git config --global user.email "ci@localhost" git config --global user.name "CI Bot" -RELEASE_YML=$PWD/releases/garden-runc/garden-run-${VERSION}.yml +RELEASE_YML=$PWD/releases/garden-runc/garden-runc-${VERSION}.yml if [ -e ${RELEASE_YML} ]; then echo "release already created; making tarball..."