Merge branch '7724-scoped-token' closes #7724
[arvados.git] / doc / install / create-standard-objects.html.textile.liquid
index 8391e285216b8910d9aeaaa53c88be05dbc3209c..96a838909096e01a393228c3d3b697a144f03ca0 100644 (file)
@@ -37,7 +37,7 @@ In a couple of minutes, your arvados-git-sync cron job will create an empty repo
 <notextile>
 <pre><code>~$ <span class="userinput">cd /tmp</span>
 /tmp$ <span class="userinput">git clone --bare https://github.com/curoverse/arvados.git</span>
-/tmp/arvados$ <span class="userinput">git --git-dir arvados.git push https://git.<b>uuid_prefix.your.domain</b>/arvados.git '*:*'</span>
+/tmp <span class="userinput">git --git-dir arvados.git push https://git.<b>uuid_prefix.your.domain</b>/arvados.git '*:*'</span>
 </code></pre>
 </notextile>