Skip to content

Commit 7715583

Browse files
authored
Update Init.swift
1 parent c459ee3 commit 7715583

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Swiftly/Init.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ struct Init: SwiftlyCommand {
140140
source "\(envFile.path)"
141141
"""
142142
} else if shell.hasSuffix("/nu") {
143-
envFile = Swiftly.currentPlatform.swiftlyHomeDir.appendingPathComponent("env.nu", isDirectory: false)
143+
envFile = Swiftly.currentPlatform.swiftlyHomeDir(ctx).appendingPathComponent("env.nu", isDirectory: false)
144144
sourceLine = """
145145
146146
# Added by swiftly

0 commit comments

Comments
 (0)