Ver Fonte

Generic Commit at 1557885881

Simon Waton há 5 anos atrás
pai
commit
1679f92b82
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      sg

+ 2 - 2
sg

@@ -192,13 +192,13 @@ if ( defined $args{'push-all'} ) {
 		}
 
 		my $gitOutput = pushChanges($logger);
-		print "Git returned:\n$gitOutput\n";
+		print "Git returned:\n$gitOutput";
 
 	} else {
 
 		pushChanges($logger);
 		my $gitOutput = pushChanges($logger);
-		print "Git returned:\n$gitOutput\n";
+		print "Git returned:\n$gitOutput";
 
 	}