summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Newdigate <andrew@gitlab.com>2017-07-17 21:29:33 +0000
committerAndrew Newdigate <andrew@gitlab.com>2017-07-17 21:29:33 +0000
commitdfe544163e3edfea4810b4de1553463972503af5 (patch)
tree3290e8f15e7857d01e30b3360476ebe609193402
parent901319fc692627e0d4d58f52ea2801597547d444 (diff)
downloadgitlab-ce-dfe544163e3edfea4810b4de1553463972503af5.tar.gz
Update 9.3-to-9.4.md
-rw-r--r--doc/update/9.3-to-9.4.md3
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