diff options
author | Narayan Desai <desai@mcs.anl.gov> | 2007-03-21 18:36:46 +0000 |
---|---|---|
committer | Narayan Desai <desai@mcs.anl.gov> | 2007-03-21 18:36:46 +0000 |
commit | e4124901ade42cf6c481f44943909637020a79a4 (patch) | |
tree | 12e9d99242187372267fa8847fbf1d84d92f0014 /src/sbin | |
parent | 0a9aadb2d06e0eb1ee3d6881bba2593e108309ca (diff) | |
download | bcfg2-e4124901ade42cf6c481f44943909637020a79a4.tar.gz bcfg2-e4124901ade42cf6c481f44943909637020a79a4.tar.bz2 bcfg2-e4124901ade42cf6c481f44943909637020a79a4.zip |
Fix var rename
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2982 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src/sbin')
-rwxr-xr-x | src/sbin/bcfg2-admin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sbin/bcfg2-admin b/src/sbin/bcfg2-admin index 52525e072..e794243ce 100755 --- a/src/sbin/bcfg2-admin +++ b/src/sbin/bcfg2-admin @@ -530,7 +530,7 @@ if __name__ == '__main__': # Some sensible defaults configfile = "/etc/bcfg2.conf" - repopath = "" + Repopath = "" try: opts, args = getopt.getopt(sys.argv[1:], 'hC:R:', ['help', 'configfile=', 'repopath=']) |