diff options
Diffstat (limited to 'log2changes.pl')
-rwxr-xr-x | log2changes.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/log2changes.pl b/log2changes.pl index dbdc69764..a92d939b3 100755 --- a/log2changes.pl +++ b/log2changes.pl @@ -34,7 +34,7 @@ while(<STDIN>) { my $ref = $2; if ($ref =~ /refs\/tags\/curl-([0-9_]*)/) { $tag = $1; - $tag =~ tr/_/./; + $tag =~ tr/_/./; } else { $tag = ''; } |