mirror of
https://github.com/coder/coder.git
synced 2025-07-15 22:20:27 +00:00
fix(site): use correct order of agent/workspace in AgentSSHButton (#18328)
This commit is contained in:
committed by
GitHub
parent
dd150264bc
commit
949ab4b2f6
@ -56,7 +56,7 @@ export const AgentSSHButton: FC<AgentSSHButtonProps> = ({
|
||||
/>
|
||||
<SSHStep
|
||||
helpText="Connect to the agent:"
|
||||
codeExample={`ssh ${workspaceName}.${agentName}.${workspaceOwnerUsername}.${sshSuffix}`}
|
||||
codeExample={`ssh ${agentName}.${workspaceName}.${workspaceOwnerUsername}.${sshSuffix}`}
|
||||
/>
|
||||
</Stack>
|
||||
</ol>
|
||||
|
Reference in New Issue
Block a user