fix: bad arguments to query git version

This commit is contained in:
leo 2024-03-09 11:04:03 +08:00
parent 2ec46c9da0
commit ef26f5b41c

View file

@ -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;
} }