From d44da6eabd66441dfc251e6bc4ef299f31cb5c64 Mon Sep 17 00:00:00 2001 From: ldericher Date: Mon, 17 Aug 2020 14:13:09 +0200 Subject: [PATCH] typo --- src/kiwi/subcommands/init.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kiwi/subcommands/init.py b/src/kiwi/subcommands/init.py index af54bcd..cec8dd3 100644 --- a/src/kiwi/subcommands/init.py +++ b/src/kiwi/subcommands/init.py @@ -40,7 +40,7 @@ class InitCommand(SubCommand): help=f"use default values even if {KIWI_CONF_NAME} is present" ) - def run(self, config, args): + def run(self, runner, config, args): logging.info(f"Initializing '{KIWI_CONF_NAME}' in '{os.getcwd()}'") # check force switch