mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Website: Fix typo in GH user name in custom config. (#18954)
This commit is contained in:
parent
2bc511b6e6
commit
166ee3332e
1 changed files with 1 additions and 1 deletions
2
website/config/custom.js
vendored
2
website/config/custom.js
vendored
|
|
@ -221,7 +221,7 @@ module.exports.custom = {
|
|||
'website/api/controllers/imagine': ['eashaw', 'mike-j-thomas'],// landing pages
|
||||
|
||||
// 🫧 Vulnerability dashboard
|
||||
'ee/vulnerability-dashboard': ['easahw', 'mikermcneil'],// (catch-all)
|
||||
'ee/vulnerability-dashboard': ['eashaw', 'mikermcneil'],// (catch-all)
|
||||
'ee/vulnerability-dashboard/assets': 'eashaw',
|
||||
'ee/vulnerability-dashboard/views': 'eashaw',
|
||||
'ee/vulnerability-dashboard/config/routes.js': 'eashaw',
|
||||
|
|
|
|||
Loading…
Reference in a new issue