Fetch blackfire latest versions

This commit is contained in:
Shivam Mathur
2020-05-07 17:14:15 +05:30
parent 8123132b99
commit 5c2618165a
11 changed files with 42 additions and 96 deletions

View File

@ -438,10 +438,7 @@ export async function addTools(
switch (tool) {
case 'blackfire':
case 'blackfire-agent':
script += await getCommand(
os_version,
'blackfire ' + (await utils.getBlackfireAgentVersion())
);
script += await getCommand(os_version, 'blackfire');
break;
case 'blackfire-player':
url = await getPharUrl('https://get.blackfire.io', tool, 'v', version);