mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-6047: Fix typo
This commit is contained in:
parent
d429be75a7
commit
ca683958d8
|
|
@ -298,7 +298,7 @@ public class VirtualRoutingResource {
|
|||
|
||||
// Use the last answer as final answer
|
||||
if (answersCount == 1) {
|
||||
ExecutionResult result = new ExecutionResult(true, "Not configure to be apply");
|
||||
ExecutionResult result = new ExecutionResult(true, "No configure to be applied");
|
||||
for (ConfigItem c : cfg) {
|
||||
result = applyConfigToVR(cmd, c);
|
||||
if (!result.isSuccess()) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue