Skip to content

Commit

Permalink
Update install-dependencies.js
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisKGZ authored Sep 11, 2023
1 parent a099a13 commit 1eb7a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/install-dependencies.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ var fnInstallSFDX = function(){
execCommand.run('wget', ['https://developer.salesforce.com/media/salesforce-cli/sf/channels/stable/sf-linux-x64.tar.xz']);
execCommand.run('mkdir', ['-p', 'sfdx-cli']);
execCommand.run('tar', ['xJf', 'sf-linux-x64.tar.xz', '-C', 'sfdx-cli', '--strip-components', '1']);
execCommand.run('export', ['export PATH=~/sfdx-cli/bin:$PATH']);
//execCommand.run('export', ['export PATH=~/sfdx-cli/bin:$PATH']);
core.info('=== SFDX cli installed ===');
};

Expand Down

0 comments on commit 1eb7a6b

Please sign in to comment.