[ARVADOS] updated: bf0c6769acfd8728c1e7563f26eb6f5e1f589874

git at public.curoverse.com git at public.curoverse.com
Wed May 20 11:30:07 EDT 2015


Summary of changes:
 doc/install/create-standard-objects.html.textile.liquid | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  bf0c6769acfd8728c1e7563f26eb6f5e1f589874 (commit)
      from  5151ef795b2ac294137842eea181ab054c76e4a9 (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 bf0c6769acfd8728c1e7563f26eb6f5e1f589874
Author: Ward Vandewege <ward at curoverse.com>
Date:   Wed May 20 11:29:29 2015 -0400

    Documentation fix (quoting) for the 'Add an Arvados repository' page.
    
    No issue #

diff --git a/doc/install/create-standard-objects.html.textile.liquid b/doc/install/create-standard-objects.html.textile.liquid
index 6901ea3..ccbc91a 100644
--- a/doc/install/create-standard-objects.html.textile.liquid
+++ b/doc/install/create-standard-objects.html.textile.liquid
@@ -13,7 +13,7 @@ This will be readable by the "All users" group, and therefore by every active us
 <pre><code>~$ <span class="userinput">prefix=`arv --format=uuid user current | cut -d- -f1`</span>
 ~$ <span class="userinput">echo "Site prefix is '$prefix'"</span>
 ~$ <span class="userinput">all_users_group_uuid="$prefix-j7d0g-fffffffffffffff"</span>
-~$ <span class="userinput">repo_uuid=`arv --format=uuid repository create --repository '{"owner_uuid":"$prefix-tpzed-000000000000000", "name":"arvados"}'`</span>
+~$ <span class="userinput">repo_uuid=`arv --format=uuid repository create --repository "{\"owner_uuid\":\"$prefix-tpzed-000000000000000\", \"name\":\"arvados\"}"`</span>
 ~$ <span class="userinput">echo "Arvados repository uuid is '$repo_uuid'"</span>
 ~$ <span class="userinput">read -rd $'\000' newlink <<EOF; arv link create --link "$newlink"</span>
 <span class="userinput">{

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list