Correct typo in log message
Caught during testing. Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
This commit is contained in:
parent
4c787b5628
commit
4cbda6b5a1
@ -172,7 +172,7 @@ def main_interactive():
|
|||||||
_abort('Specified suite does not reference a box')
|
_abort('Specified suite does not reference a box')
|
||||||
boxconf = configmap['boxes'].get(box, None)
|
boxconf = configmap['boxes'].get(box, None)
|
||||||
if boxconf is None:
|
if boxconf is None:
|
||||||
_abort('Suite referencs an undefined box')
|
_abort('Suite references an undefined box')
|
||||||
box_name = boxconf.get('name', None)
|
box_name = boxconf.get('name', None)
|
||||||
box_image = boxconf.get('image', None)
|
box_image = boxconf.get('image', None)
|
||||||
box_file = boxconf.get('file', vagfile)
|
box_file = boxconf.get('file', vagfile)
|
||||||
|
Loading…
Reference in New Issue
Block a user