wip
This commit is contained in:
@@ -114,7 +114,7 @@ fileprivate struct GitVersion {
|
|||||||
|
|
||||||
internal func command(for argument: VersionArgs) -> ShellCommand {
|
internal func command(for argument: VersionArgs) -> ShellCommand {
|
||||||
.init(
|
.init(
|
||||||
shell: .env(.custom(path: "/usr/bin/git", useDashC: false)),
|
shell: .env,
|
||||||
environment: nil,
|
environment: nil,
|
||||||
in: workingDirectory ?? FileManager.default.currentDirectoryPath,
|
in: workingDirectory ?? FileManager.default.currentDirectoryPath,
|
||||||
argument.arguments
|
argument.arguments
|
||||||
|
|||||||
Reference in New Issue
Block a user