(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:
Sitaram Chamarty 2010-11-27 06:26:07 +05:30
parent 21a00bd6a9
commit db97c5a40a
2 changed files with 5 additions and 5 deletions

View file

@ -403,11 +403,11 @@ initial_conf_key() {
echo "#gitolite conf
# please see conf/example.conf for details on syntax and features
repo gitolite-admin
RW+ = $admin_name
repo gitolite-admin
RW+ = $admin_name
repo testing
RW+ = @all
repo testing
RW+ = @all
" > $tmpgli/gitolite.conf

View file

@ -91,7 +91,7 @@ GL_ADMINDIR=$(get_rc_val '$GL_ADMINDIR')
REPO_BASE=$( get_rc_val '$REPO_BASE' )
[ -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
RW+ = $admin_name