]> git.openstreetmap.org Git - chef.git/commitdiff
Remove redundant comment
authorGrant Slater <git@firefishy.com>
Fri, 1 Nov 2019 10:47:46 +0000 (10:47 +0000)
committerGrant Slater <git@firefishy.com>
Fri, 1 Nov 2019 10:47:46 +0000 (10:47 +0000)
cookbooks/stateofthemap/recipes/default.rb

index c9eb827d5c56c5962a3063158eabdecb61b61993..394d2d0d872409318c4182e0eff66f4c398a3d74 100644 (file)
@@ -321,7 +321,6 @@ end
     user "root"
     group "root"
     notifies :run, "execute[/srv/#{year}.stateofthemap.org]"
-    # Workaround until 2019 until merged https://github.com/openstreetmap/stateofthemap-2019/pull/46
     only_if { ::File.exist?("/srv/#{year}.stateofthemap.org/Gemfile") }
   end