]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/community/recipes/default.rb
community: fix data start typo
[chef.git] / cookbooks / community / recipes / default.rb
index 69b1406c5a9ed604085afbe013701d3eed5cf351..083da3216c7ae890adc19d7e1d0df5a2f3317b53 100644 (file)
@@ -92,7 +92,7 @@ end
 
 execute "discourse_container_data_start" do
   action :run
-  command "./launcher rebuild start"
+  command "./launcher start data"
   cwd "/srv/community.openstreetmap.org/docker/"
   user "root"
   group "root"