lib/tasks/todo.rake in picky-2.6.0 vs lib/tasks/todo.rake in picky-2.7.0
- old
+ new
@@ -1,8 +1,8 @@
desc "Finds where Picky still needs input from you."
task :"to#{}do" do
- if system "grep -e 'TODO.*' -n --color=always -R *"
+ if system "grep -e 'TO#{}DO.*' -n --color=always -R *"
puts "Picky needs a bit of input from you there. Thanks."
else
- puts "Picky seems to be fine (no TODOs found)."
+ puts "Picky seems to be fine (no TO#{}DOs found)."
end
end
\ No newline at end of file