[ARVADOS] updated: 6cef45f57d81e79ee692742e2817285bec00daa0
git at public.curoverse.com
git at public.curoverse.com
Sat Dec 19 21:59:32 EST 2015
Summary of changes:
doc/install/install-arv-git-httpd.html.textile.liquid | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 6cef45f57d81e79ee692742e2817285bec00daa0 (commit)
from 2b699dec710d1f0719ec0471bc711a467ac34a95 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 6cef45f57d81e79ee692742e2817285bec00daa0
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Sat Dec 19 21:59:26 2015 -0500
Fix documentation typo git_repo_https_base not git_repo_http_base, no issue #
diff --git a/doc/install/install-arv-git-httpd.html.textile.liquid b/doc/install/install-arv-git-httpd.html.textile.liquid
index 7eec2d6..e592afc 100644
--- a/doc/install/install-arv-git-httpd.html.textile.liquid
+++ b/doc/install/install-arv-git-httpd.html.textile.liquid
@@ -353,7 +353,7 @@ h3. Configure the API server to advertise the correct HTTPS URLs
In your API server's @application.yml@ file, add the following entry:
<notextile>
-<pre><code>git_repo_http_base: https://git.<span class="userinput">uuid_prefix.your.domain</span>/
+<pre><code>git_repo_https_base: https://git.<span class="userinput">uuid_prefix.your.domain</span>/
</code></pre>
</notextile>
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list