aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/exporters/chouette/hub/vehicle_journey_exporter.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/exporters/chouette/hub/vehicle_journey_exporter.rb b/app/exporters/chouette/hub/vehicle_journey_exporter.rb
index ad82f7c0a..65c507ce4 100644
--- a/app/exporters/chouette/hub/vehicle_journey_exporter.rb
+++ b/app/exporters/chouette/hub/vehicle_journey_exporter.rb
@@ -38,7 +38,7 @@ class Chouette::Hub::VehicleJourneyExporter
File.open(directory + "/RENVOI.TXT" , "a") do |f|
if f.size == 0
f.write("RENVOI\u000D\u000A")
- f.write("a:PMR:1\u000D\u000A")
+ f.write("a;PMR;1\u000D\u000A")
end
end
end