Skip to content

Commit 7fb5773

Browse files
mcsagejglick
andauthored
Update README.md
Co-authored-by: Jesse Glick <[email protected]>
1 parent 2c135f0 commit 7fb5773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ From a Pipeline job, use the `sshagent` step.
3636

3737
```
3838
steps {
39-
sshagent (credentials: ['ssh-credentials-id']) {
39+
sshagent(credentials: ['ssh-credentials-id']) {
4040
sh '[ -d ~/.ssh ] || mkdir ~/.ssh && chmod 0700 ~/.ssh'
4141
sh 'echo "$(ssh-keyscan -t rsa,dsa example.com)" >> ~/.ssh/known_hosts'
4242
sh 'ssh [email protected] ...'

0 commit comments

Comments
 (0)