httpd/git: Fix passing configuration
The -c argument (and its corresponding value) must come before the
first subcommand to be effective. This error was introduced in commit
5f22e1bb7727ba8f6689e3b882609d6a9505657d.
1 file changed
+1
-1
d6e700cd
→
ccb5e49e
modified radicle-httpd/src/git.rs
@@ -105,11 +105,11 @@ async fn git_http_backend(
|
|
|
|
|
|
| - | |
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|