From: Tony Mack Date: Mon, 18 May 2009 19:21:23 +0000 (+0000) Subject: fix bug in get_defaults() X-Git-Tag: sfa-0.9-0@14641~387 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=5c1dbbb41757cd63aaa5f22c857ae3133cc39182;p=sfa.git fix bug in get_defaults() --- diff --git a/geni-config-tty b/geni-config-tty index c0f0cce2..da3ef725 100755 --- a/geni-config-tty +++ b/geni-config-tty @@ -117,7 +117,7 @@ def validate(changes): def get_defaults(): geni_config = Config() plc_vars = {'PLC_API_MAINTENANCE_PASSWORD': 'GENI_PLC_PASSWORD', - 'PLC_API_MAINTENCE_USER': 'GENI_PLC_PASSWORD' + 'PLC_API_MAINTENCE_USER': 'GENI_PLC_USER' } try: from geni.util.config import plcConfig