commit 14cb1f2a021524b0e3e2b20a65bf631291c9fccc
Author: spesk1 <spesk@pm.me>
Date: Wed Jun 5 21:49:02 2019 -0400
Missing newline after adding chomp to shellex
diff --git a/sg b/sg
index 36bee9f..9e0b148 100755
--- a/sg
+++ b/sg
@@ -216,7 +216,7 @@ if ( defined $args{'view'} ) {
my $email = shellex("$gitCmd config --get user.email",$logger);
chomp $email;
print "-->Username: $name\n-->Email: $email\n";
- print "On [branch] @ commit: $branch";
+ print "On [branch] @ commit: $branch\n";
print "$refs\n";
my $swpWarning = "\t# Likely a Vi .swp file";