Skip to content

Commit

Permalink
Fix ws external-images pull (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
kierenevans authored Aug 29, 2023
1 parent 37202a5 commit 99f87c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion harness/config/external-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ command('external-images pull'):
}
$confArgs = join(' ', array_map('escapeshellarg', $confArgs));
$command = "ws external-images config $confArgs | $COMPOSE_BIN -f - pull";
$command = "ws external-images config $confArgs | {$env['COMPOSE_BIN']} -f - pull";
echo $command . PHP_EOL;
passthru($command);
Expand Down

0 comments on commit 99f87c0

Please sign in to comment.