Skip to content

Commit

Permalink
Update trestlebot/cli/commands/init.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jennifer Power <[email protected]>
  • Loading branch information
gvauter and jpower432 authored Dec 3, 2024
1 parent 8dbe4e3 commit d6356c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trestlebot/cli/commands/init.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ def init_cmd(
# inovke the init command in compliance trestle
call_trestle_init(repo_path, debug)

# generate and write trestle-bot cofig
# generate and write trestle-bot config
config_values = dict(repo_path=repo_path, markdown_dir=markdown_dir)
if default_committer_name:
config_values.update(committer_name=default_committer_name)
Expand Down

0 comments on commit d6356c0

Please sign in to comment.