[ARVADOS] updated: 1.3.0-2529-gec258e87d
Git user
git at public.arvados.org
Fri May 1 13:30:49 UTC 2020
Summary of changes:
doc/install/install-sso.html.textile.liquid | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via ec258e87d09f44307286f293834212c4c98bf286 (commit)
from f628d70a4c379c64eeb3cafae520a36761894767 (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 ec258e87d09f44307286f293834212c4c98bf286
Author: Lucas Di Pentima <lucas at di-pentima.com.ar>
Date: Fri May 1 10:30:04 2020 -0300
Fixes 'apt-get install' example on SSO install page.
No issue #
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas at di-pentima.com.ar>
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas at di-pentima.com.ar>
diff --git a/doc/install/install-sso.html.textile.liquid b/doc/install/install-sso.html.textile.liquid
index 4d91b18c0..72d4ed13a 100644
--- a/doc/install/install-sso.html.textile.liquid
+++ b/doc/install/install-sso.html.textile.liquid
@@ -205,7 +205,7 @@ h3. Centos 7
h3. Debian and Ubuntu
<notextile>
-<pre><code># <span class="userinput">apt-get --no-install-recommends arvados-sso-server</span>
+<pre><code># <span class="userinput">apt-get install --no-install-recommends arvados-sso-server</span>
</code></pre>
</notextile>
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list