From d6356c00f1c2d866401c9c2b740802105f38257c Mon Sep 17 00:00:00 2001 From: George Vauter Date: Tue, 3 Dec 2024 16:08:49 -0500 Subject: [PATCH] Update trestlebot/cli/commands/init.py Co-authored-by: Jennifer Power --- trestlebot/cli/commands/init.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trestlebot/cli/commands/init.py b/trestlebot/cli/commands/init.py index a0ef718c..d1a1e925 100644 --- a/trestlebot/cli/commands/init.py +++ b/trestlebot/cli/commands/init.py @@ -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)