Skip to content

Commit

Permalink
Merge pull request #13 from pact-foundation/fix/issue-12_pactflow_bin…
Browse files Browse the repository at this point in the history
…ary_full_path

fix: use full path to pactflow binary as it may be invoked from anywh…
  • Loading branch information
YOU54F authored Jun 25, 2024
2 parents 554b35d + c3bc9a0 commit 32bbcbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/pactflow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const args = process.argv.slice(2);
const opts = standaloneUseShell ? { shell: true } : {};

const { error, status } = childProcess.spawnSync(
standalone().pactflowPath,
standalone().pactflowFullPath,
setStandaloneArgs(args, standaloneUseShell),
{
stdio: 'inherit',
Expand Down

0 comments on commit 32bbcbf

Please sign in to comment.