From ed0b75eb45ba45ea9cec22978fa8e51825f56a11 Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Wed, 6 May 2009 20:08:26 +0000 Subject: [PATCH] GENI_REGISTRY_ENABLE should be GENI_REGISTRY_ENABLED --- geni/util/geni_config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geni/util/geni_config b/geni/util/geni_config index 0f9ff4ad..675d9dcd 100644 --- a/geni/util/geni_config +++ b/geni/util/geni_config @@ -14,7 +14,7 @@ GENI_API_DEBUG=1 # # Enabled # Enable the registry interface -GENI_REGISTRY_ENABLE=1 +GENI_REGISTRY_ENABLED=1 # Root Auth # The hrn of the registry's root auth -- 2.43.0