mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-23 20:47:25 -08: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…
Reference in a new issue