summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-05-10 10:41:48 +0300
committerPaul Buetow <paul@buetow.org>2025-05-10 10:41:48 +0300
commit2b8f0d619ccde04d3f8e046c72b9993cae9deb67 (patch)
treee9b8c64c605e958931375a67b14c4ec77c4db288
parentec9d46b9750dafd9ac9a85e97b2e57d706ba990f (diff)
Update
-rw-r--r--dotfiles/scripts/taskwarriorfeeder.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/scripts/taskwarriorfeeder.rb b/dotfiles/scripts/taskwarriorfeeder.rb
index 66ddb76..91cdabb 100644
--- a/dotfiles/scripts/taskwarriorfeeder.rb
+++ b/dotfiles/scripts/taskwarriorfeeder.rb
@@ -50,7 +50,7 @@ def random_quote(md_file)
quote = lines.select { |l| l.start_with? '*' }.map { |l| l.sub(/\* +/, '') }.sample
tags = [tag, 'random']
- tags << 'work' if maybe and maybe?
+ tags << 'work' if maybe? and maybe?
yield tags, quote.chomp, "#{rand(0..timespan)}d"
end