commit 1679f92b8231bfdb6b0ffebac792b9078a1d5cc0
Author: Simon Waton <spw01@protonmail.com>
Date: Tue May 14 22:04:41 2019 -0400
Generic Commit at 1557885881
diff --git a/sg b/sg
index 0b31d31..2b51493 100755
--- a/sg
+++ b/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";
}