Skip to content

Commit

Permalink
Merge pull request #2279 from benwtr/changelog_typo_ssh-agent
Browse files Browse the repository at this point in the history
docs: fix ssh-agent settings typo in changelog
  • Loading branch information
gschueler committed Jan 13, 2017
2 parents cf6971a + bf33398 commit 94288ab
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 94288ab

Please sign in to comment.