set 'target' properly
authorAndrew Gaffney <agaffney@gentoo.org>
Sun, 29 Nov 2009 00:21:22 +0000 (18:21 -0600)
committerAndrew Gaffney <agaffney@gentoo.org>
Sun, 29 Nov 2009 00:21:22 +0000 (18:21 -0600)
modules/catalyst/config.py

index f2aabad45a9089b4b3fe02213b969b4caf04e32f..2586c21bae38c8fa12d1dfdc37e6e7a6de8eae31 100644 (file)
@@ -168,7 +168,7 @@ class Spec:
                tmp.update(self.values['global'])
                if target is None:
                        target = self.target
-                       tmp['target'] = target
+               tmp['target'] = target
                if target in self.values:
                        tmp.update(self.values[target])
                return tmp