diff options
-rw-r--r-- | lib/postrunner/EventList.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/postrunner/EventList.rb b/lib/postrunner/EventList.rb index 0a1d662..06100ce 100644 --- a/lib/postrunner/EventList.rb +++ b/lib/postrunner/EventList.rb @@ -107,7 +107,7 @@ module PostRunner name = 'Power low alert' value = event.power_low_alert when 'time_duration_alert' - name 'Time duration alert' + name = 'Time duration alert' value = event.time_duration_alert when 'calorie_duration_alert' name = 'Calorie duration alert' |