Skip to content

Commit

Permalink
chore: auto-fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
electron-forge-docs-linter[bot] committed Jul 4, 2024
1 parent 6c3c086 commit e5a8c1a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions config/makers/pkg.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,12 @@ module.exports = {
{
name: '@electron-forge/maker-pkg',
config: {
keychain: 'my-secret-ci-keychain',
keychain: 'my-secret-ci-keychain'
// other configuration options
},
},
}
}
]
}

};
```
{% endcode %}

Expand Down

0 comments on commit e5a8c1a

Please sign in to comment.