diff options
author | John Wilkins <john.wilkins@inktank.com> | 2013-01-03 13:28:06 -0800 |
---|---|---|
committer | John Wilkins <john.wilkins@inktank.com> | 2013-01-03 13:28:06 -0800 |
commit | 333ae82c61e8309a4e3b691a7fefb46be0d510c5 (patch) | |
tree | 218b1f3682ae76936ec0f5e605dd061210ac03c6 | |
parent | 224a33bb3bbb381e4949beced1333604e263df56 (diff) | |
download | ceph-333ae82c61e8309a4e3b691a7fefb46be0d510c5.tar.gz |
doc: Fixed syntax error.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
-rw-r--r-- | doc/install/build-packages.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/build-packages.rst b/doc/install/build-packages.rst index c8f405a76b1..2e5662099d2 100644 --- a/doc/install/build-packages.rst +++ b/doc/install/build-packages.rst @@ -19,7 +19,7 @@ To create ``.deb`` packages for Debian/Ubuntu, ensure that you have cloned the sudo apt-get install debhelper -Once you have installed debhelper, you can build the packages: +Once you have installed debhelper, you can build the packages:: sudo dpkg-buildpackage |