Skip to content

Commit

Permalink
Update utils.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sverdlov93 committed Feb 9, 2022
1 parent f1fb742 commit 2d19afb
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.12.1';
const minCustomCliVersion = '2.10.0';
const pluginVersion = '2.0.3';
const pluginVersion = '2.0.4';
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 2d19afb

Please sign in to comment.