summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean McGivern <sean@mcgivern.me.uk>2017-07-18 07:58:22 +0000
committerMike Greiling <mike@pixelcog.com>2017-07-20 17:04:18 -0500
commita4cd469c97fd94644a349273e6dfc81c57117ec1 (patch)
tree7239694c4f282a8c13f07d5d35dadbe96493a370
parente7bfe36d8d35d2ba5647e75f259bfa4b736511df (diff)
downloadgitlab-ce-a4cd469c97fd94644a349273e6dfc81c57117ec1.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.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