mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-29 18:50:08 +03:00
B #5396: Fix typo (missing return value)
(cherry picked from commit 8d94118f69568e49d72b15e0ff06fb5638d83ffd)
This commit is contained in:
parent
10fd18d19c
commit
51fa93e353
@ -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