summaryrefslogtreecommitdiff
path: root/source/features/patch-diff-links.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'source/features/patch-diff-links.tsx')
-rw-r--r--source/features/patch-diff-links.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/patch-diff-links.tsx b/source/features/patch-diff-links.tsx
index 958689bb..b8e4715b 100644
--- a/source/features/patch-diff-links.tsx
+++ b/source/features/patch-diff-links.tsx
@@ -21,7 +21,7 @@ function init(): void {
}
features.add({
- id: 'patch-diff-links',
+ id: __featureName__,
description: 'Quickly access a commit’s `.patch` and `.diff` files',
include: [
features.isCommit