1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

M #-: fix undefined var in oneflow-server (#172)

This commit is contained in:
Alejandro Huertas Herrero 2020-08-31 11:42:36 +02:00 committed by GitHub
parent c68e669d30
commit 18556ba947
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -484,7 +484,7 @@ module OpenNebula
rc = shutdown_nodes(nodes, n_nodes, recover)
unless rc[0]
return [false, "Error undeploying nodes for role #{id}"]
return [false, "Error undeploying nodes for role `#{name}`"]
end
[rc[1], nil]