1
0
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:
Ruben S. Montero 2022-02-18 13:21:52 +01:00
parent 10fd18d19c
commit 51fa93e353
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87

View File

@ -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