Browse Source

Missing newline after adding chomp to shellex

spesk1 4 years ago
parent
commit
14cb1f2a02
1 changed files with 1 additions and 1 deletions
  1. 1 1
      sg

+ 1 - 1
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";