Skip to content

Commit

Permalink
Merge pull request #10 from mokevnin/patch-1
Browse files Browse the repository at this point in the history
Fix incorrect variables in README.md
  • Loading branch information
nickjj committed Sep 23, 2014
2 parents 029b1ae + 3bc02cd commit 455396f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ You do not need to include `sudo: True` in this case, just overwrite `rvm_instal

```
rvm1_install_flags: '--auto-dotfiles --user-install'
rvm_install_path: '/home/{{ ansible_ssh_user }}/.rvm'
rvm1_install_path: '/home/{{ ansible_ssh_user }}/.rvm'
```

#### To a user that is not `ansible_ssh_user`
Expand All @@ -86,7 +86,7 @@ supply a different user account:

```
rvm1_install_flags: '--auto-dotfiles --user-install'
rvm_install_path: '/home/someuser/.rvm'
rvm1_install_path: '/home/someuser/.rvm'
```

## Upgrading and removing old versions of ruby
Expand Down

0 comments on commit 455396f

Please sign in to comment.