From 55ff523ef23cdc11f76d111eabf5b0f5178c4ca0 Mon Sep 17 00:00:00 2001 From: John Wilkins Date: Mon, 15 Jul 2013 10:05:28 -0700 Subject: [PATCH] doc: Fixed link in Calxeda repo instruction. Signed-off-by: John Wilkins --- doc/install/calxeda.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/install/calxeda.rst b/doc/install/calxeda.rst index d8350e12b17..e7cb1697a4e 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 -- 2.47.3