Skip to content

Commit 55f2112

Browse files
authored
Place image store data correctly for app-root path. (apple#1085)
- Closes apple#1084.
1 parent 5746ec3 commit 55f2112

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

‎Sources/Helpers/Images/ImagesHelper.swift‎

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,9 @@ extension ImagesHelper {
5050
@Option(name: .long, help: "XPC service prefix")
5151
var serviceIdentifier: String = "com.apple.container.core.container-core-images"
5252

53-
@Option(
54-
name: .shortAndLong,
55-
help: "Application data directory",
56-
transform: { URL(filePath: $0) })
57-
var appRoot = ApplicationRoot.defaultURL
53+
var appRoot = ApplicationRoot.url
54+
55+
var installRoot = InstallRoot.url
5856

5957
private static let unpackStrategy = SnapshotStore.defaultUnpackStrategy
6058

0 commit comments

Comments
 (0)