]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Fixed link in Calxeda repo instruction.
authorJohn Wilkins <john.wilkins@inktank.com>
Mon, 15 Jul 2013 17:05:28 +0000 (10:05 -0700)
committerJohn Wilkins <john.wilkins@inktank.com>
Mon, 15 Jul 2013 17:05:28 +0000 (10:05 -0700)
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
doc/install/calxeda.rst

index d8350e12b17f9b0c97530c02cab36f3294df712d..e7cb1697a4ea7e49a4975c7392f92613167f951b 100644 (file)
@@ -28,8 +28,8 @@ Add Package
 Add the Ceph package repository to your system's list of APT sources, but
 replace ``{BRANCH}`` with the branch you'd like to use (e.g., ``master``,
 ``stable``, ``next``, ``wip-hack``). ::
-       echo deb http://gitbuilder.ceph.com/ceph-deb-$(lsb_release -sc)-armv7l-basic/ref/ {BRANCH} $(lsb_release -sc) main | sudo tee /etc/apt/sources.list.d/ceph.list
+
+       echo deb http://gitbuilder.ceph.com/ceph-deb-$(lsb_release -sc)-armv7l-basic/ref/{BRANCH} $(lsb_release -sc) main | sudo tee /etc/apt/sources.list.d/ceph.list
        sudo apt-get update