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 12, 2023
1 parent e671b4a commit 7305f4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13231,7 +13231,7 @@ const execCommand = __nccwpck_require__(7236);

var fnInstallSFDX = function(){
core.info('=== Downloading and installing SFDX cli ===');
execCommand.run('npm', ['install', '--global', 'sfdx-cli']);
execCommand.run('npm', ['install', 'sfdx-cli', '--global']);
//execCommand.run('wget', ['https://developer.salesforce.com/media/salesforce-cli/sfdx-linux-amd64.tar.xz']);
//execCommand.run('mkdir', ['-p', 'sfdx-cli']);
//execCommand.run('tar', ['xJf', 'sfdx-v7.209.6-8ba3197-linux-x64.tar.xz', '-C', 'sfdx-cli', '--strip-components', '1']);
Expand Down

0 comments on commit 7305f4a

Please sign in to comment.