summaryrefslogtreecommitdiffstats
path: root/lib/App/Hiveminder/Command/Braindump.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/App/Hiveminder/Command/Braindump.pm')
-rw-r--r--lib/App/Hiveminder/Command/Braindump.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/App/Hiveminder/Command/Braindump.pm b/lib/App/Hiveminder/Command/Braindump.pm
index 0f4ac7b..4ed26de 100644
--- a/lib/App/Hiveminder/Command/Braindump.pm
+++ b/lib/App/Hiveminder/Command/Braindump.pm
@@ -16,7 +16,8 @@ sub command {
my $self = shift;
my $text = get_text_from_editor;
- return display_tasks($self->hm->braindump($text, returns => 'tasks',
+ return display_tasks($self->hm,
+ $self->hm->braindump($text, returns => 'tasks',
tokens => [@_]))
unless $text eq '';
return '';