Commit 93248ccc authored by Kerri Miller's avatar Kerri Miller

Merge branch 'donnydavis-master-patch-02249' into 'master'

Fix quote mark in postBuffer settings

See merge request gitlab-org/gitlab!72379
parents d5142d6a 5580c450
...@@ -207,7 +207,7 @@ apply more than one: ...@@ -207,7 +207,7 @@ apply more than one:
```shell ```shell
omnibus_gitconfig['system'] = { omnibus_gitconfig['system'] = {
# Set the http.postBuffer size, in bytes # Set the http.postBuffer size, in bytes
"http" => ["postBuffer" => 524288000] "http" => ["postBuffer => 524288000"]
} }
``` ```
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment