Skip to content

Commit 150439c

Browse files
author
Jon Wayne Parrott
committed
Merge pull request #169 from GoogleCloudPlatform/jonparrott-patch-1
Fixes #168
2 parents 90f71c2 + 86bbbb4 commit 150439c

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)