diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-06-26 14:35:28 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-06-26 14:35:28 -0300 |
commit | 0a98ea013ae051d9989c2773e94a5b0faca7de9a (patch) | |
tree | 203d041cdc3575d7da841ad437451f08f9484166 | |
parent | 1ae3d5f61324eed1922e44d6de15c587b4eaac47 (diff) | |
download | puppet-wordpress-0a98ea013ae051d9989c2773e94a5b0faca7de9a.tar.gz puppet-wordpress-0a98ea013ae051d9989c2773e94a5b0faca7de9a.tar.bz2 |
Minor fix at wp-cli forwarder
-rw-r--r-- | templates/wordpress.sh.erb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/wordpress.sh.erb b/templates/wordpress.sh.erb index 9fccd26..a6626c6 100644 --- a/templates/wordpress.sh.erb +++ b/templates/wordpress.sh.erb @@ -146,6 +146,5 @@ elif [ "$1" == "help" ]; then /usr/local/share/wp-cli/src/bin/wp help else # Send all other requests to wp-cli - shift /usr/local/share/wp-cli/src/bin/wp $* fi |