Skip to content

Commit

Permalink
Fix typo for path name search
Browse files Browse the repository at this point in the history
[#127656389]
  • Loading branch information
williammartin committed Aug 4, 2016
1 parent 45009e2 commit f67dcf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/shipit
Original file line number Diff line number Diff line change
Expand Up @@ -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..."
Expand Down

0 comments on commit f67dcf7

Please sign in to comment.