Skip to content
Snippets Groups Projects
Commit 4556e06f authored by Bob Lantz's avatar Bob Lantz
Browse files

Fix erroneous tab hit before commit.

parent f605a4e4
No related branches found
No related tags found
No related merge requests found
......@@ -413,7 +413,7 @@ def interact( vm ):
vm.sendline( 'sync; sudo shutdown -h now' )
log( '* Waiting for EOF/shutdown' )
vm.read()
log( '* Interaction complete' )
log( '* Interaction complete' )
def cleanup():
......
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