Skip to content

Commit fa058a0

Browse files
authored
fix: add fallback to kurtosis terminal link (#3227)
1 parent 0ff3e2b commit fa058a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

typescript/cli/src/deploy/agent.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ export async function runKurtosisAgentDeploy({
6969
const kurtosisCloudLink = terminalLink(
7070
'Cmd+Click or Ctrl+Click here',
7171
kurtosisCloudUrl,
72+
{ fallback: () => kurtosisCloudUrl },
7273
);
7374

7475
logGreen(

0 commit comments

Comments
 (0)