Skip to content

Commit b41acde

Browse files
author
meme-lord
committed
Fixed issue #18 (broken regex)
1 parent 0672a34 commit b41acde

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rip-cvs.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
}
6666

6767
# normalize URL
68-
if ($config{'url'} =~ /\/\CVS/) {
68+
if ($config{'url'} =~ /\/CVS/) {
6969
$config{'scmurl'} = $config{'url'};
7070
$config{'regurl'} = $config{'url'};
7171
$config{'regurl'} =~ s/\/CVS//;

0 commit comments

Comments
 (0)