Skip to content

Commit

Permalink
Merge pull request #190 from olehermanse/master
Browse files Browse the repository at this point in the history
Stopped printing cfbs.json content as part of cfbs init
  • Loading branch information
olehermanse authored Mar 26, 2024
2 parents f79f499 + 2188dc6 commit 0c500a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cfbs/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,6 @@ def init_command(index=None, masterfiles=None, non_interactive=False) -> int:
config["git"] = do_git

data = pretty(config, CFBS_DEFAULT_SORTING_RULES) + "\n"
print(data)
with open(cfbs_filename(), "w") as f:
f.write(data)
assert is_cfbs_repo()
Expand Down

0 comments on commit 0c500a5

Please sign in to comment.