Skip to content

Commit

Permalink
Merge pull request #169 from GoogleCloudPlatform/jonparrott-patch-1
Browse files Browse the repository at this point in the history
Fixes #168
  • Loading branch information
Jon Wayne Parrott committed Feb 12, 2016
2 parents 90f71c2 + 86bbbb4 commit 150439c
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 150439c

Please sign in to comment.