humanmade / Salty-WordPress

A flavorful way to manage your entire WordPress stack.
126 stars 22 forks source link

Use the correct filename for the nightly build of wp-cli #123

Closed willmot closed 8 years ago

willmot commented 8 years ago

In #121 we switched to downloading the nightly release of wp-cli. However the filename wasn't updated in the subsequent commands meaning the nightly build was downloaded but not installed.

curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli-nightly.phar; chmod +x wp-cli.phar; sudo mv wp-cli.phar /usr/bin/wp
chmod: wp-cli.phar: No such file or directory
mv: rename wp-cli.phar to /usr/bin/wp: No such file or directory
danielbachhuber commented 8 years ago

Herp a derp. Sorry about that!