summaryrefslogtreecommitdiff
path: root/templates/wordpress.sh.erb
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-06-26 14:35:28 -0300
committerSilvio Rhatto <rhatto@riseup.net>2012-06-26 14:35:28 -0300
commit0a98ea013ae051d9989c2773e94a5b0faca7de9a (patch)
tree203d041cdc3575d7da841ad437451f08f9484166 /templates/wordpress.sh.erb
parent1ae3d5f61324eed1922e44d6de15c587b4eaac47 (diff)
downloadpuppet-wordpress-0a98ea013ae051d9989c2773e94a5b0faca7de9a.tar.gz
puppet-wordpress-0a98ea013ae051d9989c2773e94a5b0faca7de9a.tar.bz2
Minor fix at wp-cli forwarder
Diffstat (limited to 'templates/wordpress.sh.erb')
-rw-r--r--templates/wordpress.sh.erb1
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