Skip to content

Commit 86bbbb4

Browse files
author
Jonathan Wayne Parrott
committed
Fixes #168
1 parent 89ea04c commit 86bbbb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datastore/api/tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def list_command(client, args):
111111

112112
def delete_command(client, args):
113113
"""Deletes a task."""
114-
mark_done(client, args.task_id)
114+
delete_task(client, args.task_id)
115115
print('Task {} deleted.'.format(args.task_id))
116116

117117

0 commit comments

Comments
 (0)