[Fix] Bad $GL_ADC_PATH definition

This commit is contained in:
Ludo 2013-06-29 10:56:59 +00:00 committed by admin
parent f97253bb3c
commit f25e0bfe97

View file

@ -23,7 +23,7 @@ gitolite installation, just with different paths.
Set `$GL_ADC_PATH` in `.gitolite.rc`, if you have not already done so. Set `$GL_ADC_PATH` in `.gitolite.rc`, if you have not already done so.
<pre> <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> </pre>
Make the ADC directory, and a "ua" subdirectory. Make the ADC directory, and a "ua" subdirectory.