]> git.openstreetmap.org Git - rails.git/blobdiff - lib/daemons/gpx_import.rb
Update bundle
[rails.git] / lib / daemons / gpx_import.rb
index 3679aa448b9bdd2bcb52b0e84b342c3e8810e7f1..4445d1ec081aaefcd5ff193f95daf3384728d56e 100755 (executable)
@@ -23,7 +23,7 @@ loop do
       if gpx.actual_points > 0
         Notifier.gpx_success(trace, gpx.actual_points).deliver
       else
-        Notifier.gpx_failure(trace, '0 points parsed ok. Do they all have lat,lng,alt,timestamp?').deliver
+        Notifier.gpx_failure(trace, "0 points parsed ok. Do they all have lat,lng,alt,timestamp?").deliver
         trace.destroy
       end
     rescue StandardError => ex