Skip to content
Snippets Groups Projects
Commit a80e7614 authored by Georges Racinet's avatar Georges Racinet
Browse files

Fixing persistence of /etc/gitlab/heptapod.hgrc #8

This is doubly ironic, because the whole purpose of
this file is to be persistent, and because the use of
a variable is meant to avoid typos in the filename.
parent dc2b7451
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@
# Copy heptapod.hgrc for the first time
HEPTAPOD_HGRC=/etc/gitlab/heptapod.hgrc
if [[ ! -e $HEPTAPOD_HRGC ]]; then
if [[ ! -e $HEPTAPOD_HGRC ]]; then
echo "Installing heptapod.hgrc config..."
install -T -o git -g git -m 600 /assets/heptapod.hgrc.template $HEPTAPOD_HGRC
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment