Selaa lähdekoodia

Added newline where one was missing due to addition of chomp in shellex

spesk1 5 vuotta sitten
vanhempi
commit
425622871c
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      sg

+ 2 - 2
sg

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