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