Fix erroneous tab hit before commit.

This commit is contained in:
Bob Lantz
2013-08-23 21:25:07 -07:00
parent f605a4e430
commit 4556e06fcf
+1 -1
View File
@@ -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():