Skip to content

Commit

Permalink
Upgrade utils.js
Browse files Browse the repository at this point in the history
  • Loading branch information
RobiNino committed Apr 4, 2022
1 parent 7505975 commit 87f0d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jfrog-tasks-utils/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const cliPackage = 'jfrog-cli-' + getArchitecture();
const jfrogFolderPath = encodePath(path.join(tl.getVariable('Agent.ToolsDirectory') || '', '_jf'));
const defaultJfrogCliVersion = '2.15.0';
const minCustomCliVersion = '2.10.0';
const pluginVersion = '2.1.0';
const pluginVersion = '2.1.1';
const buildAgent = 'jfrog-azure-devops-extension';
const customFolderPath = encodePath(path.join(jfrogFolderPath, 'current'));
const customCliPath = encodePath(path.join(customFolderPath, fileName)); // Optional - Customized jfrog-cli path.
Expand Down

0 comments on commit 87f0d94

Please sign in to comment.