diff options
author | ytti <saku@ytti.fi> | 2016-02-25 21:31:40 +0200 |
---|---|---|
committer | ytti <saku@ytti.fi> | 2016-02-25 21:31:40 +0200 |
commit | a06a636737825c2901f286454300d06065f66951 (patch) | |
tree | 7bd7c58301b7b34878151ad1b84f339f3b0a44ba /README.md | |
parent | 94f3a8e9a56763939b95fdf92b7e948f4fcbaa64 (diff) | |
parent | dca17552bea521fce9ce500b91595e77f4e66e5f (diff) |
Merge pull request #347 from awlx/ssh_key_support
Changed configuration item names
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -595,8 +595,8 @@ This hook configures the repository `remote` and _push_ the code when the specif * `remote_repo`: the remote repository to be pushed to. * `username`: username for repository auth. * `password`: password for repository auth. - * `pubkey`: publickey for repository auth. - * `privkey`: privatekey for repository auth. + * `publickey`: publickey for repository auth. + * `privatekey`: privatekey for repository auth. When using groups repositories, each group must have its own `remote` in the `remote_repo` config. |