refactor(kiauh): rename example printer.cfg

Signed-off-by: Dominik Willner <th33xitus@gmail.com>
This commit is contained in:
th33xitus
2022-10-17 15:09:47 +02:00
parent 548ed2dd02
commit 57efd413dc
2 changed files with 1 additions and 1 deletions

View File

@@ -361,7 +361,7 @@ function write_klipper_service() {
function write_example_printer_cfg() {
local cfg_dir=${1} cfg=${2}
local cfg_template="${KIAUH_SRCDIR}/resources/printer.cfg"
local cfg_template="${KIAUH_SRCDIR}/resources/example.printer.cfg"
### create a config directory if it doesn't exist
if [[ ! -d ${cfg_dir} ]]; then