changeset 78:aa99dc11f707

forgot a )
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 11 Jan 2011 15:41:28 -0800
parents 7493ba72cce7
children 27f8f172d900
files autobot/projects/autobot/__init__.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/autobot/projects/autobot/__init__.py	Tue Jan 11 15:39:26 2011 -0800
+++ b/autobot/projects/autobot/__init__.py	Tue Jan 11 15:41:28 2011 -0800
@@ -17,4 +17,4 @@
 
     # make sure the template actually does something
     self.addStep(ShellCommand([WithProperties('%(create-autobot)s'),
-                               '--list-factories'])
+                               '--list-factories']))