Skip to content

Commit 7a35c4c

Browse files
remove stage from tunnel arguments
1 parent 940af2f commit 7a35c4c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib/utils.ts

-1
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,6 @@ export async function startTunnelBinary(ctx: Context) {
389389
tunnelArguments.tunnelName = randomTunnelName;
390390
ctx.config.tunnel.tunnelName = randomTunnelName
391391
}
392-
tunnelArguments.environment = 'stage'
393392

394393
ctx.log.debug(`tunnel config ${JSON.stringify(tunnelArguments)}`)
395394

0 commit comments

Comments
 (0)