Skip to content

Commit

Permalink
Fixed crash in cfbs init
Browse files Browse the repository at this point in the history
Signed-off-by: Ole Herman Schumacher Elgesem <[email protected]>
  • Loading branch information
olehermanse committed Apr 26, 2021
1 parent 8feae09 commit 374a166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfbs/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def init_command() -> int:
definition = {
"name": "Example",
"description": "Example description",
modules: [],
"build": [],
}

write_json(cfbs_filename(), definition)
Expand Down

0 comments on commit 374a166

Please sign in to comment.