This commit is contained in:
2023-03-14 21:37:52 -04:00
parent fe068a699e
commit e89805b1d8

View File

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