We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b43811 commit 6bac0baCopy full SHA for 6bac0ba
cli/ssh.go
@@ -484,7 +484,7 @@ func (r *RootCmd) ssh() *serpent.Command {
484
},
485
{
486
Flag: "ssh-host-prefix",
487
- Env: "CODER_CONFIGSSH_SSH_HOST_PREFIX",
+ Env: "CODER_SSH_SSH_HOST_PREFIX",
488
Description: "Strip this prefix from the provided hostname to determine the workspace name.",
489
Value: serpent.StringOf(&hostPrefix),
490
0 commit comments