fix two typos in __init__

This commit is contained in:
Will Woods 2011-05-26 16:49:11 -04:00
parent 51472dee28
commit c1b3ed3c1f

View File

@ -215,7 +215,7 @@ class Lorax(BaseLoraxClass):
linktree(self.inroot, installroot) linktree(self.inroot, installroot)
logger.info("cleaning unneeded files") logger.info("cleaning unneeded files")
rb.clean() rb.cleanup()
logger.info("creating the runtime image") logger.info("creating the runtime image")
# TODO: different img styles / create_runtime implementations # TODO: different img styles / create_runtime implementations