mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Fixed a typo in replace.js
This commit is contained in:
parent
ec90dc65a3
commit
247f40307d
1 changed files with 2 additions and 2 deletions
|
@ -34,8 +34,8 @@ module.exports = function (config) {
|
|||
replacement: '<%= defaultRoute.dist %>',
|
||||
},
|
||||
{
|
||||
match: 'report_url',
|
||||
replacement: '<%= reportUrl.dist %>',
|
||||
match: 'stats_report_url',
|
||||
replacement: '<%= statsReportUrl.dist %>',
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue