]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Either use a backslash and a newline, or neither.
authorTommi Virtanen <tv@inktank.com>
Wed, 22 Aug 2012 17:50:22 +0000 (10:50 -0700)
committerTommi Virtanen <tv@inktank.com>
Wed, 22 Aug 2012 17:50:22 +0000 (10:50 -0700)
Signed-off-by: Tommi Virtanen <tv@inktank.com>
doc/install/debian.rst

index ebc8d110757e857a141a6220b2a0c44c1c118fe1..81fce7de522fbe41c64f1e59331d7dcd25e8315a 100644 (file)
@@ -64,7 +64,7 @@ Packages are cryptographically signed with the ``autobuild.asc`` key.
 Add our autobuild key to your system's list of trusted keys to avoid a
 security warning::
 
-       wget -q -O- https://raw.github.com/ceph/ceph/master/keys/autobuild.asc | sudo apt-key add -
+       wget -q -O- https://raw.github.com/ceph/ceph/master/keys/autobuild.asc | sudo apt-key add -
 
 Add our package repository to your system's list of APT sources, but replace ``{BRANCH}`` 
 with the branch you'd like to use (e.g., chef-3, wip-hack, master, stable).