Skip to content

Commit 1e29c08

Browse files
authored
Merge pull request #182 from opax/master
Fix crash (undefined boldwhite)
2 parents bbbba09 + 927ffb0 commit 1e29c08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/doing/wwid/modify.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ def tag_last(opt)
266266
elapsed = done_date - item.date
267267

268268
if max_elapsed.positive? && (elapsed > max_elapsed) && !opt[:took]
269-
puts boldwhite(item.title)
269+
puts Color.boldwhite(item.title)
270270
human = elapsed.time_string(format: :natural)
271271
res = Prompt.yn(Color.yellow("Did this actually take #{human}"), default_response: true)
272272
unless res

0 commit comments

Comments
 (0)