Skip to content

Commit 6b1fbb5

Browse files
committed
typo
Signed-off-by: Abhishek Kumar <[email protected]>
1 parent 751fed6 commit 6b1fbb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/hypervisors/external/src/main/java/org/apache/cloudstack/hypervisor/external/provisioner/simpleprovisioner/SimpleExternalProvisioner.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ protected boolean checkExtensionsDirectory() {
166166
}
167167

168168
protected void createOrCheckExtensionsDataDirectory() throws ConfigurationException {
169-
String dataDir = getServerProperty("extensions.data.root");
169+
String dataDir = getServerProperty(DATA_DIR_CONFIG_NAME);
170170
if (StringUtils.isBlank(dataDir)) {
171171
throw new ConfigurationException("Extensions data directory path is blank");
172172
}

0 commit comments

Comments
 (0)