From 13f38d3412b2b90ec279107943589c0d5db2d912 Mon Sep 17 00:00:00 2001 From: Nikolay Mahotkin Date: Fri, 23 May 2014 14:14:25 +0400 Subject: [PATCH] Rename Target to Task in execution format Change-Id: I5d26186ef5bdb9c9cc2b1c22b740efc13dae3471 --- mistralclient/commands/executions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mistralclient/commands/executions.py b/mistralclient/commands/executions.py index 0be87079..9c4f59f3 100644 --- a/mistralclient/commands/executions.py +++ b/mistralclient/commands/executions.py @@ -30,7 +30,7 @@ def format(execution=None): columns = ( 'ID', 'Workbook', - 'Target', + 'Task', 'State' )