X-Git-Url: https://code.grnet.gr/git/snf-image-creator/blobdiff_plain/88f83027df65608a70e1a88f96b4a3055427dd52..03eb7dc84276e1b6504fbe4c91d30eac11359a3b:/image_creator/util.py diff --git a/image_creator/util.py b/image_creator/util.py index 9339fd8..61a97e9 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)