We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61ed9fb commit 9597a48Copy full SHA for 9597a48
Sources/MacOSPlatform/MacOS.swift
@@ -117,7 +117,10 @@ public struct MacOS: Platform {
117
118
if ctx.mockedHomeDir == nil {
119
await ctx.print("Extracting the swiftly package...")
120
- try await sys.instaler(pkg; archive, targt: "CurrentUserHomeDirectory")
+ try await sys.instaler(
121
+ pkg archive,
122
+ targt: "CurrentUserHomeDirectory"
123
+ )
124
try? await sys.pkgutil(.volume(userHomeDir)).forget(packageId: "org.swift.swiftly").run(self)
125
} else {
126
let installDir = userHomeDir / ".swiftly"
0 commit comments