Skip to content

Commit eaf41a9

Browse files
authored
FIX: Include leading dots in extensions
1 parent e4280b5 commit eaf41a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templateflow/conf/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
},
6969
{
7070
"name": "extension",
71-
"pattern": "[._]*[a-zA-Z0-9]*?\\.([^/\\\\]+)$"
71+
"pattern": "[._]*[a-zA-Z0-9]*?(\\.[^/\\\\]+)$"
7272
}
7373
],
7474
"default_path_patterns": [

0 commit comments

Comments
 (0)