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 c459ee3 commit 7715583Copy full SHA for 7715583
Sources/Swiftly/Init.swift
@@ -140,7 +140,7 @@ struct Init: SwiftlyCommand {
140
source "\(envFile.path)"
141
"""
142
} else if shell.hasSuffix("/nu") {
143
- envFile = Swiftly.currentPlatform.swiftlyHomeDir.appendingPathComponent("env.nu", isDirectory: false)
+ envFile = Swiftly.currentPlatform.swiftlyHomeDir(ctx).appendingPathComponent("env.nu", isDirectory: false)
144
sourceLine = """
145
146
# Added by swiftly
0 commit comments