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 9597a48 commit 1cc831fCopy full SHA for 1cc831f
Sources/MacOSPlatform/MacOS.swift
@@ -117,9 +117,9 @@ public struct MacOS: Platform {
117
118
if ctx.mockedHomeDir == nil {
119
await ctx.print("Extracting the swiftly package...")
120
- try await sys.instaler(
121
- pkg archive,
122
- targt: "CurrentUserHomeDirectory"
+ try await sys.installer(
+ pkg: archive,
+ target: "CurrentUserHomeDirectory"
123
)
124
try? await sys.pkgutil(.volume(userHomeDir)).forget(packageId: "org.swift.swiftly").run(self)
125
} else {
0 commit comments