From c55519f7693cb89131a4b09669634bf7b7966e08 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Fri, 1 Nov 2019 10:47:46 +0000 Subject: [PATCH] Remove redundant comment --- cookbooks/stateofthemap/recipes/default.rb | 1 - 1 file changed, 1 deletion(-) 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 -- 2.43.2