]> git.openstreetmap.org Git - chef.git/commitdiff
community: fix data start typo
authorGrant Slater <git@firefishy.com>
Wed, 13 Apr 2022 23:53:36 +0000 (00:53 +0100)
committerGrant Slater <git@firefishy.com>
Wed, 13 Apr 2022 23:53:36 +0000 (00:53 +0100)
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"