Skip to content

Commit

Permalink
[es] remove alpha1 suffix (#25763)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz authored Nov 20, 2018
1 parent 7fbac45 commit 70788a9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/kbn-es/src/install/snapshot.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 70788a9

Please sign in to comment.