Skip to content

Commit f1d3256

Browse files
committed
fix path
1 parent 664d53c commit f1d3256

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/entitlement/src/main/java/org/elasticsearch/entitlement/initialization/EntitlementInitialization.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ private static PolicyManager createPolicyManager() {
184184
FileData.ofRelativePath(Path.of(""), DATA, READ_WRITE),
185185
FileData.ofRelativePath(Path.of(""), SHARED_REPO, READ_WRITE),
186186
// exclusive settings file
187-
FileData.ofRelativePath(Path.of("/operator/settings.json"), CONFIG, READ).withExclusive(true),
187+
FileData.ofRelativePath(Path.of("operator/settings.json"), CONFIG, READ).withExclusive(true),
188188
// OS release on Linux
189189
FileData.ofPath(Path.of("/etc/os-release"), READ).withPlatform(LINUX),
190190
FileData.ofPath(Path.of("/etc/system-release"), READ).withPlatform(LINUX),

0 commit comments

Comments
 (0)