From 13ad011c85a6c1b44141006168359c58c320d4a0 Mon Sep 17 00:00:00 2001 From: Narayan Desai Date: Thu, 4 Jan 2007 16:01:27 +0000 Subject: Fix report configuration indirectly found by the lxml problems experienced by DavidI git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2622 ce84e21b-d406-0410-9b95-82705330c041 --- src/sbin/bcfg2-repo-validate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sbin/bcfg2-repo-validate') diff --git a/src/sbin/bcfg2-repo-validate b/src/sbin/bcfg2-repo-validate index df6c3442d..2efef0dc0 100755 --- a/src/sbin/bcfg2-repo-validate +++ b/src/sbin/bcfg2-repo-validate @@ -37,7 +37,7 @@ if __name__ == '__main__': 'pkglist':("%s/Pkgmgr/*.xml", "%s/pkglist.xsd"), 'base':("%s/Base/*.xml", "%s/base.xsd"), 'rules':("%s/Rules/*.xml", "%s/rules.xsd"), - 'imageinfo':("%s/etc/reports.xml", "%s/report-configuration.xsd"), + 'imageinfo':("%s/etc/report-configuration.xml", "%s/report-configuration.xsd"), 'services':("%s/Svcmgr/*.xml", "%s/services.xsd"), 'deps':("%s/Deps/*.xml", "%s/deps.xsd")} -- cgit v1.2.3-1-g7c22