diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-09-08 22:36:50 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-09-08 22:36:50 -0400 |
| commit | d7a9157e7e1e8f447864d9d0cdd20ed1839fc23c (patch) | |
| tree | 5f9ab1e64ab7aef2ff1473fbaff83329d6c46ce3 | |
| parent | 581a87cad226c1e1c3fbe6a8cbd52c65bd3baef5 (diff) | |
typo
| -rw-r--r-- | doc/centralized_git_repository.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/centralized_git_repository.mdwn b/doc/centralized_git_repository.mdwn index 1e511398..c9429394 100644 --- a/doc/centralized_git_repository.mdwn +++ b/doc/centralized_git_repository.mdwn @@ -17,7 +17,7 @@ You can add a central git repository to your existing propellor setup easily: 1. Push propellor's git repository to a central server (github or your own): `cd ~/.propellor/; git remote add origin ssh://git.example.com/propellor.git; git push -u origin master` -2. Configure the url your hosts should use for the git repisitory, if +2. Configure the url your hosts should use for the git repository, if it differs from the url above, by setting up a remote named "deploy": `cd ~/.propellor/; git remote add deploy git://git.example.com/propellor.git` |
