Correct typo in log message

Caught during testing.

Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
This commit is contained in:
Georg Pfuetzenreuter 2023-05-21 03:03:54 +02:00
parent 4c787b5628
commit 4cbda6b5a1
Signed by: Georg
GPG Key ID: 1ED2F138E7E6FF57

View File

@ -172,7 +172,7 @@ def main_interactive():
_abort('Specified suite does not reference a box')
boxconf = configmap['boxes'].get(box, None)
if boxconf is None:
_abort('Suite referencs an undefined box')
_abort('Suite references an undefined box')
box_name = boxconf.get('name', None)
box_image = boxconf.get('image', None)
box_file = boxconf.get('file', vagfile)