diff options
author | Joey Hess <joey@kitenet.net> | 2011-12-24 12:51:03 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-12-24 12:59:45 -0400 |
commit | ffefe742d8cc2655e29fa356c82326e867e27aa9 (patch) | |
tree | bd1795e2983fb3c11f3ba939626f291e330ceb3e /doc | |
parent | 82cc5d3d3120a00cd7f823794f2242fcd3b42817 (diff) |
fix typo
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tips/using_gitolite_with_git-annex.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tips/using_gitolite_with_git-annex.mdwn b/doc/tips/using_gitolite_with_git-annex.mdwn index a51d6539b..ac0a1f6b6 100644 --- a/doc/tips/using_gitolite_with_git-annex.mdwn +++ b/doc/tips/using_gitolite_with_git-annex.mdwn @@ -21,7 +21,7 @@ gitolite installation, just with different paths. Set `$GL_ADC_PATH` in `.gitolite.rc`, if you have not already done so. <pre> -echo '$GL_ADC_PATH = "/usr/local/lib/gitolite/adc/;' >>~gitolite/.gitolite.rc +echo '$GL_ADC_PATH = "/usr/local/lib/gitolite/adc/;"' >>~gitolite/.gitolite.rc </pre> Make the ADC directory, and a "ua" subdirectory. |