소스 검색

Missing newline after adding chomp to shellex

spesk1 5 년 전
부모
커밋
14cb1f2a02
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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";