Explorar el Código

Missing newline after adding chomp to shellex

spesk1 hace 5 años
padre
commit
14cb1f2a02
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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";