Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Newdigate <andrew@gitlab.com>2017-07-18 00:29:33 +0300
committerAndrew Newdigate <andrew@gitlab.com>2017-07-18 00:29:33 +0300
commitdfe544163e3edfea4810b4de1553463972503af5 (patch)
tree3290e8f15e7857d01e30b3360476ebe609193402 /doc/update
parent901319fc692627e0d4d58f52ea2801597547d444 (diff)
Update 9.3-to-9.4.md
Diffstat (limited to 'doc/update')
-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