From: Silvio Rhatto Date: Tue, 26 Jun 2012 17:35:28 +0000 (-0300) Subject: Minor fix at wp-cli forwarder X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=0a98ea013ae051d9989c2773e94a5b0faca7de9a;p=puppet-wordpress.git Minor fix at wp-cli forwarder --- 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