Skip to content

Commit

Permalink
test: mixed up scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Oct 6, 2023
1 parent 3f8f23a commit af4abb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/sf.integration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ describe('sf integration', () => {

console.log('Testing that installation was successful...')
// It's important to use run.js instead of sf - otherwise it will resolve to the global version of sf
sf = join(extractedLocation, 'bin', process.platform === 'win32' ? 'run.js' : 'run.cmd')
sf = join(extractedLocation, 'bin', process.platform === 'win32' ? 'run.cmd' : 'run.js')
// set the bin path so that plugin-update thinks this is updatable
// This would typically be set by the sf executable that's included in the tarball
// but since we're using bin/run.js to avoid the global sf, we need to set it manually
Expand Down

0 comments on commit af4abb9

Please sign in to comment.