[ARVADOS] updated: ede2a566e1171e2f4516bec094c5782edb7a0365
git at public.curoverse.com
git at public.curoverse.com
Thu Jan 23 11:35:07 EST 2014
Summary of changes:
doc/user/tutorials/tutorial-firstscript.textile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
via ede2a566e1171e2f4516bec094c5782edb7a0365 (commit)
from 6a0170aabec325291261d6e1a8fe9f49a469084b (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 ede2a566e1171e2f4516bec094c5782edb7a0365
Author: Ward Vandewege <ward at curoverse.com>
Date: Thu Jan 23 11:34:42 2014 -0500
All git access should happen via git@ urls, not git://
diff --git a/doc/user/tutorials/tutorial-firstscript.textile b/doc/user/tutorials/tutorial-firstscript.textile
index b582eef..08e6374 100644
--- a/doc/user/tutorials/tutorial-firstscript.textile
+++ b/doc/user/tutorials/tutorial-firstscript.textile
@@ -30,7 +30,7 @@ On the Arvados Workbench, navigate to _Access %(rarr)→% Repositories._ You
Next, on the Arvados virtual machine, clone your git repository:
<notextile>
-<pre><code>$ <span class="userinput">git clone git://git.{{ site.arvados_api_host }}:you.git</span>
+<pre><code>$ <span class="userinput">git clone git at git.{{ site.arvados_api_host }}:you.git</span>
Cloning into 'you'...</code></pre>
</notextile>
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list