Skip to content
Snippets Groups Projects
Commit 3f2ae845 authored by Nikos Skalkotos's avatar Nikos Skalkotos
Browse files

Fix typo in sh.CommandNotFound exception

parent 2eb7dff0
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment