From e4124901ade42cf6c481f44943909637020a79a4 Mon Sep 17 00:00:00 2001 From: Narayan Desai Date: Wed, 21 Mar 2007 18:36:46 +0000 Subject: Fix var rename git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2982 ce84e21b-d406-0410-9b95-82705330c041 --- src/sbin/bcfg2-admin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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=']) -- cgit v1.2.3-1-g7c22