]> gitweb.fluxo.info Git - puppet-wordpress.git/commitdiff
Fix template var
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 19 Jan 2013 18:30:49 +0000 (16:30 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 19 Jan 2013 18:30:49 +0000 (16:30 -0200)
templates/wordpress.sh.erb

index 826dc82a9aae48f9d2422ce8646e8e2a8733e6c9..28fbb2a4bdebb652ac739d6a013896004bcfe675 100644 (file)
@@ -151,6 +151,6 @@ elif [ "$1" == "core" ]; then
   echo "Please use deploy or upgrade instead."
 else
   # Send all other requests to wp-cli 
-  #/usr/local/share/wp-cli/src/bin/wp --path=<%= wordpress_folder %> $*
+  #/usr/local/share/wp-cli/src/bin/wp --path=$BASE/wordpress $*
   /usr/local/share/wp-cli/src/bin/wp $*
 fi