mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
[es] remove alpha1 suffix (#25763)
This commit is contained in:
parent
7fbac45ec7
commit
70788a9a3c
1 changed files with 1 additions and 2 deletions
|
@ -44,8 +44,7 @@ exports.downloadSnapshot = async function installSnapshot({
|
|||
installPath = path.resolve(basePath, version),
|
||||
log = defaultLog,
|
||||
}) {
|
||||
// TODO: remove -alpha1 once elastic/elasticsearch#35172 has been merged
|
||||
const fileName = getFilename(license, version + '-alpha1');
|
||||
const fileName = getFilename(license, version);
|
||||
const url = `https://snapshots.elastic.co/downloads/elasticsearch/${fileName}`;
|
||||
const dest = path.resolve(basePath, 'cache', fileName);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue