diff options
Diffstat (limited to 'source/features/clean-repo-filelist-actions.tsx')
-rw-r--r-- | source/features/clean-repo-filelist-actions.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/clean-repo-filelist-actions.tsx b/source/features/clean-repo-filelist-actions.tsx index 88a672af..9a55f7cc 100644 --- a/source/features/clean-repo-filelist-actions.tsx +++ b/source/features/clean-repo-filelist-actions.tsx @@ -50,7 +50,7 @@ function init(): void { }); } -void features.add(__filebasename, { +void features.add(import.meta.url, { include: [ pageDetect.isRepoTree, pageDetect.isSingleFile, |