summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/ValidateBcfg2Repo4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/ValidateBcfg2Repo b/tools/ValidateBcfg2Repo
index eef43af70..d4d980b5c 100644
--- a/tools/ValidateBcfg2Repo
+++ b/tools/ValidateBcfg2Repo
@@ -17,8 +17,8 @@ if __name__ == '__main__':
# add more validation as more schemas get written
filesets = {'metadata':("%s/etc/metadata.xml", "%s/metadata.xsd"),
- 'bundle':("%s/bundler/*.xml", "%s/bundle.xsd"),
- 'pkglist':("%s/pkgmgr/*.xml", "%s/pkglist.xsd"),
+ 'bundle':("%s/Bundler/*.xml", "%s/bundle.xsd"),
+ 'pkglist':("%s/Pkgmgr/*.xml", "%s/pkglist.xsd"),
'base':("%s/etc/base.xml", "%s/base.xsd"),
'imageinfo':("%s/etc/imageinfo.xml", "%s/translation.xsd"),
'services':("%s/etc/services.xml", "%s/services.xsd")}