fix copytypo

This commit is contained in:
Disassembler 2018-09-19 10:56:09 +02:00
parent 00154ef899
commit e055eb3542
No known key found for this signature in database
GPG Key ID: 524BD33A0EE29499

View File

@ -173,7 +173,7 @@ class LXCImage:
self.cwd = cwd self.cwd = cwd
self.rebuild_config() self.rebuild_config()
def set_halt(self, cwd): def set_halt(self, halt):
self.halt = halt self.halt = halt
self.rebuild_config() self.rebuild_config()