aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--l/src/main.lisp4
1 files changed, 2 insertions, 2 deletions
diff --git a/l/src/main.lisp b/l/src/main.lisp
index 1113373..0689107 100644
--- a/l/src/main.lisp
+++ b/l/src/main.lisp
@@ -88,8 +88,8 @@
(defun extension-targets (targets)
(labels ((extensionp (target)
- (equal (json-obj-get target "type")
- "background_page")))
+ (string= (json-obj-get target "type")
+ "background_page")))
(filter #'extensionp targets)))