Skip to content

Commit eb7c5d7

Browse files
committed
Fix the fish shell check
1 parent 0c7879f commit eb7c5d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SwiftlyTests/E2ETests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ final class E2ETests: SwiftlyTests {
9696
} else if shell.hasSuffix("fish") {
9797
env["fish_trace"] = "on"
9898
// TODO: remove this check
99-
try Swiftly.currentPlatform.runProgram(shell, "-c", "cat", FileManager.default.homeDirectoryForCurrentUser.appendingPathComponent(".config/fish/conf.d/swiftly.fish").path)
99+
try Swiftly.currentPlatform.runProgram(shell, "-c", "cat \(FileManager.default.homeDirectoryForCurrentUser.appendingPathComponent(".config/fish/conf.d/swiftly.fish").path)")
100100
}
101101

102102
try Swiftly.currentPlatform.runProgram(shell, "-l", "-c", "swiftly install --assume-yes latest --post-install-file=./post-install.sh", env: env)

0 commit comments

Comments
 (0)