diff options
author | Sean McGivern <sean@mcgivern.me.uk> | 2017-07-18 07:58:22 +0000 |
---|---|---|
committer | Sean McGivern <sean@mcgivern.me.uk> | 2017-07-18 07:58:22 +0000 |
commit | a8aae1bed0ccea3e1761973773b7dc684876a27e (patch) | |
tree | 24ad7b0bd7a0b0433993911b3eb546a64adf398b | |
parent | 0cd42fea229a4e3ab9e7e11236b7bd08cff45d00 (diff) | |
parent | dfe544163e3edfea4810b4de1553463972503af5 (diff) | |
download | gitlab-ce-a8aae1bed0ccea3e1761973773b7dc684876a27e.tar.gz |
Merge branch 'patch-24' into 'master'
Update 9.3-to-9.4.md
See merge request !12925
-rw-r--r-- | doc/update/9.3-to-9.4.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/update/9.3-to-9.4.md b/doc/update/9.3-to-9.4.md index 6962d124c80..9540c36e7d0 100644 --- a/doc/update/9.3-to-9.4.md +++ b/doc/update/9.3-to-9.4.md @@ -157,8 +157,7 @@ configuration file may contain syntax errors. The block name file, should be `[[storage]]` instead. ```shell -cd /home/git/gitaly -sudo -u git -H editor config.toml +sudo -u git -H sed -i.pre-9.4 's/\[\[storages\]\]/[[storage]]/' /home/git/gitaly/config.toml ``` #### Compile Gitaly |