]> gitweb.fluxo.info Git - puppet-wordpress.git/commitdiff
Minor fix at wp-cli forwarder
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 26 Jun 2012 17:35:28 +0000 (14:35 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 26 Jun 2012 17:35:28 +0000 (14:35 -0300)
templates/wordpress.sh.erb

index 9fccd26c82960a9a5a19e2e1acf6f0d349471020..a6626c6d8c28f33eb590bd0ab2b5622747e04133 100644 (file)
@@ -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