[repo] explicitly fetch from origin master

This commit is contained in:
Hylke Bons 2010-08-12 09:43:24 +01:00
parent 43be32cf52
commit 30c71eec51

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 ();