Skip to content

Commit c9201b5

Browse files
committed
add debug output
1 parent 7004497 commit c9201b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xbin/Releasable.p6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ sub changelog-to-stats($changelog) {
131131
my $ignored = set ignored-commits;
132132
my @unlogged = @git-commits.grep: * ! ($commits-mentioned $ignored); # ordered
133133
$summary //= {@git-commits - @unlogged} out of {+@git-commits} commits logged;
134-
$summary ~= ' (VERSION: $version) (ACTUAL COMMIT: $actual-commit-old) ';
134+
$summary ~= " (VERSION: $version) (ACTUAL COMMIT: $actual-commit-old)";
135135
{ :$summary, :@unlogged, :@warnings }
136136
}
137137

0 commit comments

Comments
 (0)