1
0
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:
Ruben S. Montero 2022-02-18 13:21:52 +01:00
parent 496166d2da
commit 8d94118f69
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