Correctly lc project_id
This commit is contained in:
parent
745be49652
commit
41e58705d1
@ -98,7 +98,7 @@ sub tag_project
|
||||
|
||||
$project_id .= "-" . $_[1];
|
||||
}
|
||||
lc $project_id;
|
||||
$project_id = lc $project_id;
|
||||
$project_id =~ s/[^a-z0-9-_]/_/g;
|
||||
|
||||
my $year;
|
||||
|
Reference in New Issue
Block a user