Skip to content

Commit

Permalink
Fix typo in installation instructions: lastest -> latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Morrison committed May 3, 2011
1 parent e14b2c2 commit 3991e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/rvm/install.haml
Expand Up @@ -87,7 +87,7 @@

%h3 Installing / updating the latest rvm from the latest released source tarball

= sh_cmd "curl -s https://rvm.beginrescueend.com/install/rvm -o rvm-installer ; chmod +x rvm-installer ; ./rvm-installer --version lastest"
= sh_cmd "curl -s https://rvm.beginrescueend.com/install/rvm -o rvm-installer ; chmod +x rvm-installer ; ./rvm-installer --version latest"

%h3 Installing a specific version

Expand Down

0 comments on commit 3991e82

Please sign in to comment.