summaryrefslogtreecommitdiff
path: root/source/features/one-click-pr-or-gist.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'source/features/one-click-pr-or-gist.tsx')
-rw-r--r--source/features/one-click-pr-or-gist.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/one-click-pr-or-gist.tsx b/source/features/one-click-pr-or-gist.tsx
index 4d1fb2b4..9762a064 100644
--- a/source/features/one-click-pr-or-gist.tsx
+++ b/source/features/one-click-pr-or-gist.tsx
@@ -44,7 +44,7 @@ function init(): void | false {
initialGroupedButtons.remove();
}
-void features.add(__filebasename, {
+void features.add(import.meta.url, {
include: [
pageDetect.isCompare,
pageDetect.isGist,