[Checkins] SVN: ZODB/trunk/buildout.cfg Gaaaa. Spell "defaults" correctly. I wonder why buildout didn't catch

Jim Fulton jim at zope.com
Fri Dec 12 13:05:05 EST 2008


Log message for revision 93995:
  Gaaaa. Spell "defaults" correctly. I wonder why buildout didn't catch
  that.
  

Changed:
  U   ZODB/trunk/buildout.cfg

-=-
Modified: ZODB/trunk/buildout.cfg
===================================================================
--- ZODB/trunk/buildout.cfg	2008-12-12 17:23:55 UTC (rev 93994)
+++ ZODB/trunk/buildout.cfg	2008-12-12 18:05:05 UTC (rev 93995)
@@ -11,7 +11,7 @@
   try: os.mkdir('tmp')
   except: pass
   tempfile.tempdir = os.path.abspath('tmp')
-default = ['--all']
+defaults = ['--all']
 
 [scripts]
 recipe = zc.recipe.egg



More information about the Checkins mailing list