This commit is contained in:
2023-03-14 21:39:56 -04:00
parent e89805b1d8
commit 323c96b3bc

View File

@@ -114,7 +114,7 @@ fileprivate struct GitVersion {
internal func command(for argument: VersionArgs) -> ShellCommand {
.init(
shell: .env(.custom(path: "/usr/bin/git", useDashC: false)),
shell: .env,
environment: nil,
in: workingDirectory ?? FileManager.default.currentDirectoryPath,
argument.arguments