Skip to content

Commit

Permalink
fix: add fallback to kurtosis terminal link
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Balaji <[email protected]>
  • Loading branch information
paulbalaji committed Feb 6, 2024
1 parent 0ff3e2b commit 2262f2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions typescript/cli/src/deploy/agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ export async function runKurtosisAgentDeploy({
const kurtosisCloudLink = terminalLink(
'Cmd+Click or Ctrl+Click here',
kurtosisCloudUrl,
{ fallback: () => kurtosisCloudUrl },
);

logGreen(
Expand Down

0 comments on commit 2262f2b

Please sign in to comment.