Parcourir la source

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

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