From: John Wilkins Date: Mon, 15 Jul 2013 17:05:28 +0000 (-0700) Subject: doc: Fixed link in Calxeda repo instruction. X-Git-Tag: v0.67-rc1~80 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=55ff523ef23cdc11f76d111eabf5b0f5178c4ca0;p=ceph.git doc: Fixed link in Calxeda repo instruction. Signed-off-by: John Wilkins --- diff --git a/doc/install/calxeda.rst b/doc/install/calxeda.rst index d8350e12b17f..e7cb1697a4ea 100644 --- a/doc/install/calxeda.rst +++ b/doc/install/calxeda.rst @@ -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