Update 9.3-to-9.4.md

This commit is contained in:
Andrew Newdigate 2017-07-17 21:29:33 +00:00
parent 901319fc69
commit dfe544163e
1 changed files with 1 additions and 2 deletions

View File

@ -157,8 +157,7 @@ configuration file may contain syntax errors. The block name
file, should be `[[storage]]` instead. file, should be `[[storage]]` instead.
```shell ```shell
cd /home/git/gitaly sudo -u git -H sed -i.pre-9.4 's/\[\[storages\]\]/[[storage]]/' /home/git/gitaly/config.toml
sudo -u git -H editor config.toml
``` ```
#### Compile Gitaly #### Compile Gitaly