summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/keystone-all2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/keystone-all b/bin/keystone-all
index d30d9c61..7645a949 100755
--- a/bin/keystone-all
+++ b/bin/keystone-all
@@ -12,7 +12,7 @@ possible_topdir = os.path.normpath(os.path.join(os.path.abspath(sys.argv[0]),
os.pardir,
os.pardir))
if os.path.exists(os.path.join(possible_topdir,
- 'keystone-server',
+ 'keystone-all',
'__init__.py')):
sys.path.insert(0, possible_topdir)