Skip to content

Commit fac62ad

Browse files
committed
build fix
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
1 parent 82d062e commit fac62ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/src/main/java/com/cloud/configuration/ConfigurationManagerImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1129,7 +1129,7 @@ public Configuration updateConfiguration(final UpdateCfgCmd cmd) throws InvalidP
11291129
paramCountCheck++;
11301130
}
11311131
if (managementServerId != null) {
1132-
scope = ConfigKey.Scope.ManagementServer.toString();
1132+
scope = ConfigKey.Scope.ManagementServer;
11331133
id = managementServerId;
11341134
paramCountCheck++;
11351135
}

0 commit comments

Comments
 (0)