Skip to content

Commit

Permalink
docs: fix ssh-agent settings typo in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
benwtr committed Jan 13, 2017
1 parent 3a32d64 commit bf33398
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/en/history/changelog.md
Expand Up @@ -1341,13 +1341,13 @@ This release has bug fixes and new features, including some GUI improvements.
- this can be enabled per node, project, or server
framework.properties:

framework.local.ssh-agent=<true|false>
framework.local.ttl-ssh-agent=<time in sec>
framework.local-ssh-agent=<true|false>
framework.local-ttl-ssh-agent=<time in sec>

project.properties:

project.local.ssh-agent=<true|false>
project.local.ttl-ssh-agent=<time in sec>
project.local-ssh-agent=<true|false>
project.local-ttl-ssh-agent=<time in sec>

Node properties:

Expand Down

0 comments on commit bf33398

Please sign in to comment.