Fixed a typo

This commit is contained in:
Martin Gracik 2010-04-07 09:40:37 +02:00
parent 1ab4a60bc7
commit 93d3b4e386
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ class Lorax(BaseLoraxClass):
self.version = version
self.release = release
# create the working director
# create the working directory
self.workdir = workdir
makedirs_(self.workdir)