mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-21 07:43:08 +02:00
TW-1588: Fix broken export scripts
This commit is contained in:
parent
df209b9b8b
commit
3f394fa164
8 changed files with 10 additions and 8 deletions
|
@ -48,7 +48,7 @@ if ($command =~ /No matches/)
|
|||
print "'uuid','status','tags','entry','start','due','recur','end','project',",
|
||||
"'priority','fg','bg','description'\n";
|
||||
|
||||
for my $task (split /,$/ms, qx{$command})
|
||||
for my $task (split "\n", qx{$command})
|
||||
{
|
||||
my $data = from_json ($task);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue