(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
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue