]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/web/recipes/gpx.rb
Fix new rubocop warnings
[chef.git] / cookbooks / web / recipes / gpx.rb
index f74ac50364bb014c3f3577c1555de045ee71b92d..59d5bc1de684cf3d65a56f870052ef34743fb9cf 100644 (file)
@@ -79,7 +79,7 @@ systemd_service "gpx-import" do
   pid_file "#{pid_directory}/gpx-import.pid"
 end
 
-if %w(database_offline database_readonly gpx_offline).include?(node[:web][:status])
+if %w[database_offline database_readonly gpx_offline].include?(node[:web][:status])
   service "gpx-import" do
     action :stop
   end