Skip to content

Commit 6349692

Browse files
Devin-Hollandkriszyp
authored andcommitted
Add \n at end of example body of update_ssh_key
1 parent 1cadace commit 6349692

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/developers/operations-api/components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ _Operation is restricted to super_user roles only_
362362
{
363363
"operation": "update_ssh_key",
364364
"name": "harperdb-private-component",
365-
"key": "-----BEGIN OPENSSH PRIVATE KEY-----\nthis\nis\na\nNEWFAKE\nkey\n-----END OPENSSH PRIVATE KEY-----",
365+
"key": "-----BEGIN OPENSSH PRIVATE KEY-----\nthis\nis\na\nNEWFAKE\nkey\n-----END OPENSSH PRIVATE KEY-----\n",
366366
"host": "harperdb-private-component.github.com",
367367
"hostname": "github.com"
368368
}

0 commit comments

Comments
 (0)