Parcourir la source

Generic Commit at 1557885881

Simon Waton il y a 5 ans
Parent
commit
1679f92b82
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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";
 
 	}