From e0f19525f316ef27b96e669bc51fb6e75b6840bc Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Fri, 1 Jun 2012 12:53:13 -0700 Subject: doc: fix autobuild debian source line Signed-off-by: Sage Weil --- doc/install/debian.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/install/debian.rst b/doc/install/debian.rst index 20807a7259b..9f3498cf891 100644 --- a/doc/install/debian.rst +++ b/doc/install/debian.rst @@ -37,7 +37,7 @@ Add our package repository to your system's list of APT sources, but replace ``{ with the branch you'd like to use (e.g., chef-3, wip-hack, master, stable) and ``{DISTRO}`` with your distribution (we support ``maveric``, ``oneiric``, and ``precise``):: - echo deb http://gitbuilder.ceph.com/ceph-deb-{DISTRO}-x86_64-basic/ref/{BRANCH} main | sudo tee /etc/apt/sources.list.d/ceph.list + echo deb http://gitbuilder.ceph.com/ceph-deb-{DISTRO}-x86_64-basic/ref/{BRANCH} {DISTRO} main | sudo tee /etc/apt/sources.list.d/ceph.list Installing Packages ------------------- @@ -50,4 +50,4 @@ Install Ceph:: sudo apt-get install ceph -.. _the Debian repository: http://ceph.com/debian/dists \ No newline at end of file +.. _the Debian repository: http://ceph.com/debian/dists -- cgit v1.2.1