From 38847d0c81092f6e58512825fee6d5a356ced638 Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Thu, 29 Nov 2012 05:39:43 +0000 Subject: [PATCH] Update README.rst formatting --- README.rst | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index fe2f942..2c05de3 100644 --- a/README.rst +++ b/README.rst @@ -86,14 +86,12 @@ Below is an example for Ubuntu Oneiric: install_ubuntu_1110_deps() { apt-get update apt-get -y install python-software-properties - add-apt-repository -y 'deb http://us.archive.ubuntu.com/ubuntu/ oneiric - universe' + add-apt-repository -y 'deb http://us.archive.ubuntu.com/ubuntu/ oneiric universe' add-apt-repository -y ppa:saltstack/salt } install_ubuntu_1110_post() { - add-apt-repository -y --remove 'deb http://us.archive.ubuntu.com/ubuntu/ - oneiric universe' + add-apt-repository -y --remove 'deb http://us.archive.ubuntu.com/ubuntu/ oneiric universe' } install_ubuntu_stable() { @@ -122,4 +120,4 @@ Supported Operating Systems .. _`Salt`: http://saltstack.org/ -.. vim: fenc=utf-8 spell spl=en cc=80 tw=79 fo=want sts=2 sw=2 et +.. vim: fenc=utf-8 spell spl=en cc=100 tw=99 fo=want sts=2 sw=2 et