Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisKGZ authored Sep 11, 2023
1 parent 2c227d6 commit a099a13
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13225,7 +13225,6 @@ var fnInstallSFDX = function(){
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('PATH=~/sfdx-cli/bin:$PATH',[]);
core.info('=== SFDX cli installed ===');
};

Expand Down

0 comments on commit a099a13

Please sign in to comment.