Fix edit command source creation

This commit is contained in:
Tim Van Baak 2023-06-20 21:28:02 -07:00
parent f9611d598a
commit 53b7c83ac6
1 changed files with 5 additions and 4 deletions

View File

@ -56,11 +56,12 @@ def cmd_edit(cmd_args):
with (source_path / "intake.json").open("w") as f:
json.dump(
{
"action": {
"fetch": {
"exe": "",
"args": [],
},
"action": {},
},
"env": {},
},
f,