Support mounting freebsd ufs filesystems
[snf-image-creator] / image_creator / util.py
index 9339fd8..61a97e9 100644 (file)
@@ -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)