typo
This commit is contained in:
parent
34507b9b8c
commit
d44da6eabd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue