Skip to content

Commit ec255ba

Browse files
authored
Merge pull request #8 from wp-cli/switch-back-to-regular-nightlies
Switch back to regular nightlies
2 parents 7b8d50d + dfed392 commit ec255ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ git config push.default "current"
4141
if [[ "$TRAVIS_BRANCH" == "release-"* ]]; then
4242
fname="phar/wp-cli-release.phar"
4343
else
44-
fname="phar/wp-cli-v2-nightly.phar"
44+
fname="phar/wp-cli-nightly.phar"
4545
fi
4646

4747
mv /tmp/wp-cli-phar/wp $fname

0 commit comments

Comments
 (0)