From d7a9157e7e1e8f447864d9d0cdd20ed1839fc23c Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 8 Sep 2015 22:36:50 -0400 Subject: typo --- doc/centralized_git_repository.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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` -- cgit v1.2.3