Skip to content

Commit 80948ed

Browse files
authored
fix(gcode_shell_cmd): update comment to clarify config directory usage (#767)
1 parent a455edb commit 80948ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kiauh/extensions/gcode_shell_cmd/gcode_shell_cmd_extension.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def remove_extension(self, **kwargs) -> None:
9797

9898
def install_example_cfg(self, instances: List[Klipper]):
9999
cfg_dirs = [instance.base.cfg_dir for instance in instances]
100-
# copy extension to klippy/extras
100+
# copy extension to config directories
101101
for cfg_dir in cfg_dirs:
102102
Logger.print_status(f"Create shell_command.cfg in '{cfg_dir}' ...")
103103
if check_file_exist(cfg_dir.joinpath("shell_command.cfg")):

0 commit comments

Comments
 (0)