Skip to content

Commit 74880a9

Browse files
committed
fix fetching R algorithms
1 parent c17a772 commit 74880a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/repositories.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export const Repositories = {
6464
},
6565
r: {
6666
name: "R",
67-
allowedFiles: [".R"],
67+
allowedFiles: [".r"],
6868
baseDir: ".",
6969
},
7070
ruby: {

0 commit comments

Comments
 (0)