We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2316905 commit c1a9514Copy full SHA for c1a9514
1 file changed
Sources/ContainerPlugin/InstallRoot.swift
@@ -22,6 +22,7 @@ public struct InstallRoot {
22
public static let environmentName = "CONTAINER_INSTALL_ROOT"
23
24
public static let defaultURL = CommandLine.executablePathUrl
25
+ .resolvingSymlinksInPath()
26
.deletingLastPathComponent()
27
.appendingPathComponent("..")
28
.standardized
0 commit comments