Skip to content

Commit

Permalink
Fixes #168
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Wayne Parrott committed Feb 4, 2016
1 parent 89ea04c commit 86bbbb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datastore/api/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def list_command(client, args):

def delete_command(client, args):
"""Deletes a task."""
mark_done(client, args.task_id)
delete_task(client, args.task_id)
print('Task {} deleted.'.format(args.task_id))


Expand Down

0 comments on commit 86bbbb4

Please sign in to comment.