diff options
author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-11-17 16:03:30 +0000 |
---|---|---|
committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-11-17 16:03:30 +0000 |
commit | 34c89b01fd957a4ed59c0505a002184be8b410fc (patch) | |
tree | 3dcad0e7403dff89c87508ada4d07503e4fca36b | |
parent | b3c3de22fd5f46e762c6a7c650a50b169b1e6089 (diff) | |
download | puppet-34c89b01fd957a4ed59c0505a002184be8b410fc.tar.gz puppet-34c89b01fd957a4ed59c0505a002184be8b410fc.tar.xz puppet-34c89b01fd957a4ed59c0505a002184be8b410fc.zip |
fixing typo
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1891 980ebf18-57e1-0310-9a29-db15c13687c0
-rw-r--r-- | documentation/documentation/installing/installation.page | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/documentation/installing/installation.page b/documentation/documentation/installing/installation.page index 0cd56a481..15d49b8a7 100644 --- a/documentation/documentation/installing/installation.page +++ b/documentation/documentation/installing/installation.page @@ -115,7 +115,7 @@ into ``/etc/apt/preferences``: If you have already upgraded your library1.8 package, you can downgrade it by adding ``deb http://snapshot.debian.net/archive pool ruby1.8`` to your ``/etc/apt/sources.list`` and then running -``apt-get install libruby1=1.8.4-1``. +``apt-get install libruby1.8=1.8.4-1``. #### SuSE |