1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-20 10:50:08 +03:00

feature #754: Fix typo in constant

This commit is contained in:
Ruben S. Montero 2011-08-31 00:38:37 +02:00
parent 9155e7fc53
commit 40efd2ea46

View File

@ -29,7 +29,7 @@ class X509Auth
if !ENV["ONE_LOCATION"]
ETC_LOCATION = "/etc/one"
else
ETC_LOCATION = ONE_LOCATION + "/etc"
ETC_LOCATION = ENV["ONE_LOCATION"] + "/etc"
end
LOGIN_PATH = ENV['HOME']+'/.one/one_x509'