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 9e9b6ba commit 01bae5aCopy full SHA for 01bae5a
Sources/Version-Control/Base/Core/GitShell.swift
@@ -44,7 +44,7 @@ public struct GitShell {
44
let process = Process()
45
process.launchPath = "/usr/bin/env"
46
process.arguments = ["git"] + args
47
- process.currentDirectoryPath = path.relativePath.escapedWhiteSpaces()
+ process.currentDirectoryPath = path.relativePath
48
49
let stdoutPipe = Pipe()
50
let stderrPipe = Pipe()
0 commit comments