Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Commit

Permalink
fix: revert previous "fix"
Browse files Browse the repository at this point in the history
  • Loading branch information
RodEsp committed Oct 7, 2021
1 parent a4b7443 commit 041ee7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/include-sf.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const npmGlobalBin = shelljs.exec('npm list -g --depth 0 | head -1').stdout.trim
const sfGlobalPath = path.join(npmGlobalBin, 'node_modules', '@salesforce', 'cli');

// Copy globally installed sf to sf-cli/ at root of sfdx
shelljs.mv('-f', sfGlobalPath, path.join('..', 'sf-cli'));
shelljs.mv('-f', sfGlobalPath, 'sf-cli');

const sfUnixPath = 'sf-cli/bin/run';
const sfBin = path.join('bin', 'sf');
Expand Down

0 comments on commit 041ee7a

Please sign in to comment.