mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-05 17:56:46 +01:00
14 lines
254 B
Diff
14 lines
254 B
Diff
diff --git a/src/tw.c b/src/tw.c
|
|
index 602f7b3..ca601cd 100644
|
|
--- a/src/tw.c
|
|
+++ b/src/tw.c
|
|
@@ -163,7 +163,7 @@ static struct json_object *task_exec_json(const char *opts)
|
|
|
|
free(cmd);
|
|
|
|
- if (o && is_error(o))
|
|
+ if (!o)
|
|
return NULL;
|
|
|
|
return o;
|