summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSol Jerome <solj@ices.utexas.edu>2009-07-07 20:06:41 +0000
committerSol Jerome <solj@ices.utexas.edu>2009-07-07 20:06:41 +0000
commitd1a6306989d0b8cf33844ef63122fb6e8adec5d7 (patch)
tree4f3db02fc1833bf3c9f3b10a15cc48fb71214b46
parent5fdcc21d2d3a3bd0340b3393ac41443060c14fec (diff)
downloadbcfg2-d1a6306989d0b8cf33844ef63122fb6e8adec5d7.tar.gz
bcfg2-d1a6306989d0b8cf33844ef63122fb6e8adec5d7.tar.bz2
bcfg2-d1a6306989d0b8cf33844ef63122fb6e8adec5d7.zip
Init.py: Fix typo in intializeRepo
Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5314 ce84e21b-d406-0410-9b95-82705330c041
-rw-r--r--src/lib/Server/Admin/Init.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Server/Admin/Init.py b/src/lib/Server/Admin/Init.py
index 0ad36b5d3..b93f21825 100644
--- a/src/lib/Server/Admin/Init.py
+++ b/src/lib/Server/Admin/Init.py
@@ -214,7 +214,7 @@ class Init(Bcfg2.Server.Admin.Mode):
continue
for plugin in plugins:
- if plugin = 'Metadata':
+ if plugin == 'Metadata':
Bcfg2.Server.Plugins.Metadata.Metadata.init_repo(repo, groups, os_selection, clients)
else:
try: