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:
parent
9155e7fc53
commit
40efd2ea46
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user