mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-21 20:24:59 +00:00
fix: bad arguments to query git version
This commit is contained in:
parent
2ec46c9da0
commit
ef26f5b41c
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
namespace SourceGit.Commands {
|
namespace SourceGit.Commands {
|
||||||
public class Version : Command {
|
public class Version : Command {
|
||||||
public Version() {
|
public Version() {
|
||||||
Args = "-v";
|
Args = "--version";
|
||||||
RaiseError = false;
|
RaiseError = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue