Skip to content

Commit

Permalink
Rework flags
Browse files Browse the repository at this point in the history
  • Loading branch information
macmv committed Sep 16, 2024
1 parent 3397b74 commit 3a43a1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integ/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,10 @@ export const shell = async (
const { url, secret: s } = endpoint();

const opts = [
parts.slice(1).join(" "),
...parts.slice(1),
`--url ${url}`,
`--secret ${secret ?? s}`,
];
].join(" ");

const out = await runCommand(opts);

Expand Down

0 comments on commit 3a43a1c

Please sign in to comment.