Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.

Commit f390709

Browse files
authored
Simplify SSH public key provisioning guidance (#372)
1 parent c033325 commit f390709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/ref/runner.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ user:
316316

317317
```cli
318318
$ cml runner launch \
319-
--cloud-startup-script=$(echo 'echo "$(curl https://github.com/${{ github.actor }}.keys)" >> /home/ubuntu/.ssh/authorized_keys' | base64 -w 0) \
319+
--cloud-startup-script=$(echo 'curl https://github.com/${{ github.actor }}.keys >> /home/ubuntu/.ssh/authorized_keys' | base64 -w 0) \
320320
...
321321
```
322322

0 commit comments

Comments
 (0)