mirror of
https://github.com/yavook/kiwi-scp.git
synced 2024-11-22 12:53:00 +00:00
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"
|
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()}'")
|
logging.info(f"Initializing '{KIWI_CONF_NAME}' in '{os.getcwd()}'")
|
||||||
|
|
||||||
# check force switch
|
# check force switch
|
||||||
|
|
Loading…
Reference in a new issue