Commit 65da05ac authored by Albertas Agejevas's avatar Albertas Agejevas

Typo fix.

parent bd63e776
...@@ -407,7 +407,7 @@ class Buildout(dict): ...@@ -407,7 +407,7 @@ class Buildout(dict):
# Install the recipe distros # Install the recipe distros
offline = self['buildout'].get('offline', 'false') offline = self['buildout'].get('offline', 'false')
if offline not in ('true', 'false'): if offline not in ('true', 'false'):
self._error('Invalif value for offline option: %s', offline) self._error('Invalid value for offline option: %s', offline)
if offline == 'false': if offline == 'false':
dest = self['buildout']['eggs-directory'] dest = self['buildout']['eggs-directory']
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment