From 0ed00292ee2f6e2686faff0a542ff30394537b0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20H=C3=BCwe?= Date: Tue, 19 May 2009 16:40:39 +0000 Subject: [PATCH] - it should be 'apiurl' instead of 'apisrv' (this was changed in r6547) --- osc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osc/conf.py b/osc/conf.py index 27509d82..57011abd 100644 --- a/osc/conf.py +++ b/osc/conf.py @@ -277,7 +277,7 @@ def write_initial_config(conffile, entries, custom_template = ''): config.update(entries) if config['gnome_keyring'] and GNOME_KEYRING: protocol, host = \ - parse_apisrv_url(None, config['apisrv']) + parse_apisrv_url(None, config['apiurl']) gnomekeyring.set_network_password_sync( user = config['user'], password = config['pass'],