From: Grant Slater Date: Fri, 1 Nov 2019 10:47:46 +0000 (+0000) Subject: Remove redundant comment X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/c55519f7693cb89131a4b09669634bf7b7966e08?hp=21e2c910264ae792845ba3a38ae1734444e348e8 Remove redundant comment --- diff --git a/cookbooks/stateofthemap/recipes/default.rb b/cookbooks/stateofthemap/recipes/default.rb index c9eb827d5..394d2d0d8 100644 --- a/cookbooks/stateofthemap/recipes/default.rb +++ b/cookbooks/stateofthemap/recipes/default.rb @@ -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