From 5c1dbbb41757cd63aaa5f22c857ae3133cc39182 Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Mon, 18 May 2009 19:21:23 +0000 Subject: [PATCH] fix bug in get_defaults() --- geni-config-tty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.0