[repo] explicitly fetch from origin master

This commit is contained in:
Hylke Bons 2010-08-12 09:43:24 +01:00
parent e52d65e4d8
commit 9d409d6762

View file

@ -283,7 +283,7 @@ namespace SparkleLib {
SparkleHelpers.DebugInfo ("Git", "[" + Name + "] Fetching changes...");
process.StartInfo.Arguments = "fetch";
process.StartInfo.Arguments = "fetch origin master";
process.Start ();