]> gitweb.fluxo.info Git - puppet-wordpress.git/commitdiff
Minor fix
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 19 Dec 2011 19:16:20 +0000 (17:16 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 19 Dec 2011 19:16:20 +0000 (17:16 -0200)
templates/wordpress.sh.erb

index cb1f08e37c5aec00d9b002fe8b48b9b8abc4f85b..83196c1036aa04c2365e9f69ead177f7bf5684e7 100644 (file)
@@ -41,7 +41,7 @@ function wordpress_deploy {
   # Deploy a fresh wordpress tree
   cd $BASE
   wget http://br.wordpress.org/wordpress-$new$LOCALE.zip
-  unzip wordpress-$new.zip && rm wordpress-$new.zip
+  unzip wordpress-$new$LOCALE.zip && rm wordpress-$new$LOCALE.zip
 
   chown -R root.root wordpress-$new/
 }