diff --git a/image_creator/util.py b/image_creator/util.py index 9339fd80aac54dc66c8573113bd21f737db1745c..61a97e933a64c045b335148633d997c01c3a35a4 100644 --- a/image_creator/util.py +++ b/image_creator/util.py @@ -53,7 +53,7 @@ def get_command(command): try: return sh.__getattr__(command) - except sh.CommadNotFount as e: + except sh.CommandNotFound as e: return find_sbin_command(command, e)