mirror of
https://github.com/ARM-software/devlib.git
synced 2025-01-31 02:00:45 +00:00
utils/ssh: Fix typo
This commit is contained in:
parent
cfb28c47c0
commit
d464053546
@ -393,7 +393,7 @@ class SshConnection(SshConnectionBase):
|
|||||||
# needed, it will explode when someone tries to use it. After all, the
|
# needed, it will explode when someone tries to use it. After all, the
|
||||||
# user might not be interested in being root at all.
|
# user might not be interested in being root at all.
|
||||||
self._sudo_needs_password = (
|
self._sudo_needs_password = (
|
||||||
'NEED_PASSOWRD' in
|
'NEED_PASSWORD' in
|
||||||
self.execute(
|
self.execute(
|
||||||
# sudo -n is broken on some versions on MacOSX, revisit that if
|
# sudo -n is broken on some versions on MacOSX, revisit that if
|
||||||
# someone ever cares
|
# someone ever cares
|
||||||
|
Loading…
x
Reference in New Issue
Block a user