Skip to content
Snippets Groups Projects
Commit ee5a8108 authored by Andy Yates's avatar Andy Yates
Browse files

logic names are always lower cased

parent dced304c
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ sub _xref_helper {
sub logic_name {
my ($self) = @_;
return 'XrefChecksum';
return 'xrefchecksum';
}
sub external_db_name {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment