summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Schlaeger <chris@linux.com>2017-08-31 20:14:11 +0200
committerChris Schlaeger <chris@linux.com>2017-08-31 20:14:11 +0200
commit273f5e62516589e244e0d5bf30b6cbc5b6237fd2 (patch)
tree615eeb28e182c9f386a5453be326d71d7fb47363
parented64a746043be3e1ea36255a6488568b3fb7cee0 (diff)
downloadpostrunner-273f5e62516589e244e0d5bf30b6cbc5b6237fd2.zip
Fix: Undo workaround for bug in fit4ruby.
-rw-r--r--lib/postrunner/DataSources.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/postrunner/DataSources.rb b/lib/postrunner/DataSources.rb
index 29cd1e4..98a9083 100644
--- a/lib/postrunner/DataSources.rb
+++ b/lib/postrunner/DataSources.rb
@@ -59,8 +59,8 @@ module PostRunner
t.cell(secsToHMS(source.timestamp - start_time))
t.cell(@activity.distance(source.timestamp, @unit_system))
t.cell(source.mode)
- t.cell(device_name(source.distance))
t.cell(device_name(source.speed))
+ t.cell(device_name(source.distance))
t.cell(device_name(source.cadence))
t.cell(device_name(source.elevation))
t.cell(device_name(source.heart_rate))