Skip to content

Commit 3567d45

Browse files
authored
docs: fix ssh coder example in testing-templates doc (coder#17550)
from @NickSquangler and @angrycub on Slack Co-authored-by: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com>
1 parent e6facaa commit 3567d45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/testing-templates.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
coder create -t $TEMPLATE_NAME --template-version ${{ steps.name.outputs.version_name }} test-${{ steps.name.outputs.version_name }} --yes
106106
coder config-ssh --yes
107107
# run some example commands
108-
coder ssh test-${{ steps.name.outputs.version_name }} -- make build
108+
ssh coder.test-${{ steps.name.outputs.version_name }} -- make build
109109
110110
- name: Delete the test workspace
111111
if: always()

0 commit comments

Comments
 (0)