(minor) indentation fix
been meaning to do it for a while, but I got a push: http://colabti.org/irclogger/irclogger_log/git?date=2010-11-26#l622 ---- If I had been on the channel at that time I may have quoted Emerson on "consistency" just for the fun of it... ;-)
This commit is contained in:
parent
21a00bd6a9
commit
db97c5a40a
|
@ -403,11 +403,11 @@ initial_conf_key() {
|
||||||
echo "#gitolite conf
|
echo "#gitolite conf
|
||||||
# please see conf/example.conf for details on syntax and features
|
# please see conf/example.conf for details on syntax and features
|
||||||
|
|
||||||
repo gitolite-admin
|
repo gitolite-admin
|
||||||
RW+ = $admin_name
|
RW+ = $admin_name
|
||||||
|
|
||||||
repo testing
|
repo testing
|
||||||
RW+ = @all
|
RW+ = @all
|
||||||
|
|
||||||
" > $tmpgli/gitolite.conf
|
" > $tmpgli/gitolite.conf
|
||||||
|
|
||||||
|
|
|
@ -91,7 +91,7 @@ GL_ADMINDIR=$(get_rc_val '$GL_ADMINDIR')
|
||||||
REPO_BASE=$( get_rc_val '$REPO_BASE' )
|
REPO_BASE=$( get_rc_val '$REPO_BASE' )
|
||||||
|
|
||||||
[ -f $GL_ADMINDIR/conf/gitolite.conf ] || {
|
[ -f $GL_ADMINDIR/conf/gitolite.conf ] || {
|
||||||
cat <<EOF > $GL_ADMINDIR/conf/gitolite.conf
|
cat <<EOF | cut -c9- > $GL_ADMINDIR/conf/gitolite.conf
|
||||||
repo gitolite-admin
|
repo gitolite-admin
|
||||||
RW+ = $admin_name
|
RW+ = $admin_name
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue