Skip to content

Commit

Permalink
Update utils.js
Browse files Browse the repository at this point in the history
  • Loading branch information
RobiNino committed Oct 1, 2020
1 parent 549e586 commit 5cf5437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artifactory-tasks-utils/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const jfrogFolderPath = encodePath(path.join(tl.getVariable('Agent.ToolsDirector
const jfrogLegacyFolderPath = encodePath(path.join(tl.getVariable('Agent.WorkFolder'), '_jfrog'));
const defaultJfrogCliVersion = '1.39.5';
const minCustomCliVersion = '1.37.1';
const pluginVersion = '1.10.3';
const pluginVersion = '1.10.6';
const buildAgent = 'artifactory-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 5cf5437

Please sign in to comment.