mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
B #5396: Fix typo (missing return value)
This commit is contained in:
parent
496166d2da
commit
8d94118f69
@ -578,7 +578,7 @@ class OneZoneHelper < OpenNebulaHelper::OneHelper
|
||||
"#{ENV['HOME']}/.one/one_endpoint"
|
||||
end
|
||||
|
||||
return unless zone['TEMPLATE/ONEFLOW_ENDPOINT']
|
||||
return 0 unless zone['TEMPLATE/ONEFLOW_ENDPOINT']
|
||||
|
||||
# Set ONEFLOW_ENDPOINT
|
||||
if temporary_zone
|
||||
|
Loading…
x
Reference in New Issue
Block a user