Skip to content

Commit

Permalink
fix: minor linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
andyholmes committed Aug 7, 2023
1 parent 221a538 commit 933fae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shell/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ function installService() {
}

// WebExtension Manifests
if (settings.get_boolean("create-native-messaging-hosts"))
if (settings.get_boolean('create-native-messaging-hosts'))
for (const [dirname, contents] of manifests)
_installFile(dirname, manifestFile, contents);

Expand Down

0 comments on commit 933fae0

Please sign in to comment.