Fix 'cancled' misspelling in --step debug
This commit is contained in:
parent
366b7c7691
commit
83676e9b40
1 changed files with 1 additions and 1 deletions
|
@ -819,7 +819,7 @@ class StrategyBase:
|
||||||
display.debug("User ran task")
|
display.debug("User ran task")
|
||||||
ret = True
|
ret = True
|
||||||
elif resp.lower() in ['c', 'continue']:
|
elif resp.lower() in ['c', 'continue']:
|
||||||
display.debug("User ran task and cancled step mode")
|
display.debug("User ran task and canceled step mode")
|
||||||
self._step = False
|
self._step = False
|
||||||
ret = True
|
ret = True
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in a new issue