diff --git a/SparkleLib/SparkleRepo.cs b/SparkleLib/SparkleRepo.cs index aed2fa56..052b28ca 100644 --- a/SparkleLib/SparkleRepo.cs +++ b/SparkleLib/SparkleRepo.cs @@ -840,7 +840,8 @@ namespace SparkleLib { if (PushingFailed != null) PushingFailed (this, args); - CheckForChanges (); + CheckForRemoteChanges (); + Push (); } else {