mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Changes plugin location for consistent naming (download{,s})
This puts us in alignment with other formats we are using Related to https://github.com/elastic/kibana/pull/8317 Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
parent
7d960a1b77
commit
0f19156bb5
2 changed files with 2 additions and 2 deletions
|
@ -175,7 +175,7 @@ describe('kibana cli', function () {
|
|||
|
||||
const expected = [
|
||||
command,
|
||||
`https://artifacts.elastic.co/download/kibana-plugins/${command}/${command}-1234.zip`
|
||||
`https://artifacts.elastic.co/downloads/kibana-plugins/${command}/${command}-1234.zip`
|
||||
];
|
||||
|
||||
expect(settings.urls).to.eql(expected);
|
||||
|
|
|
@ -6,7 +6,7 @@ import { arch, platform } from 'os';
|
|||
function generateUrls({ version, plugin }) {
|
||||
return [
|
||||
plugin,
|
||||
`https://artifacts.elastic.co/download/kibana-plugins/${plugin}/${plugin}-${version}.zip`
|
||||
`https://artifacts.elastic.co/downloads/kibana-plugins/${plugin}/${plugin}-${version}.zip`
|
||||
];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue