diff options
author | Narayan Desai <desai@mcs.anl.gov> | 2005-07-14 14:57:19 +0000 |
---|---|---|
committer | Narayan Desai <desai@mcs.anl.gov> | 2005-07-14 14:57:19 +0000 |
commit | 8e57cc2cbe4c68219a9d29e2e933a79f187f20c0 (patch) | |
tree | 73610c2a787cd892bf2e5035ddf7da95e916dafa /src/sbin/ValidateBcfg2Repo | |
parent | edd9e26b10cb4393cf167ea61048af3511ed4583 (diff) | |
download | bcfg2-8e57cc2cbe4c68219a9d29e2e933a79f187f20c0.tar.gz bcfg2-8e57cc2cbe4c68219a9d29e2e933a79f187f20c0.tar.bz2 bcfg2-8e57cc2cbe4c68219a9d29e2e933a79f187f20c0.zip |
fix file name typo
(Logical change 1.263)
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1074 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src/sbin/ValidateBcfg2Repo')
-rw-r--r-- | src/sbin/ValidateBcfg2Repo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sbin/ValidateBcfg2Repo b/src/sbin/ValidateBcfg2Repo index 32385c1cb..5fb822df0 100644 --- a/src/sbin/ValidateBcfg2Repo +++ b/src/sbin/ValidateBcfg2Repo @@ -7,7 +7,7 @@ from ConfigParser import ConfigParser if __name__ == '__main__': cf = ConfigParser() - cf.read(['/etc/bcfgd.conf']) + cf.read(['/etc/bcfg2.conf']) try: repo = cf.get('server', 'repository') except: |