Fix edit command source creation
This commit is contained in:
parent
f9611d598a
commit
53b7c83ac6
|
@ -56,11 +56,12 @@ def cmd_edit(cmd_args):
|
||||||
with (source_path / "intake.json").open("w") as f:
|
with (source_path / "intake.json").open("w") as f:
|
||||||
json.dump(
|
json.dump(
|
||||||
{
|
{
|
||||||
"fetch": {
|
"action": {
|
||||||
"exe": "",
|
"fetch": {
|
||||||
"args": [],
|
"exe": "",
|
||||||
|
"args": [],
|
||||||
|
},
|
||||||
},
|
},
|
||||||
"action": {},
|
|
||||||
"env": {},
|
"env": {},
|
||||||
},
|
},
|
||||||
f,
|
f,
|
||||||
|
|
Loading…
Reference in New Issue