Skip to content

Commit

Permalink
Merge pull request #413 from devvmh-forks/fix/rvm-invoke
Browse files Browse the repository at this point in the history
change docs about invoking rvm:use with arguments
  • Loading branch information
d4be4st authored Aug 27, 2016
2 parents ee4cb54 + 7b51554 commit c238fa9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
# invoke :'rbenv:load'

# For those using RVM, use this to load an RVM version@gemset.
# invoke :'rvm:use[ruby-1.9.3-p125@default]'
# invoke :'rvm:use', 'ruby-1.9.3-p125@default'
end

# Put any custom commands you need to run at setup
Expand Down
2 changes: 1 addition & 1 deletion docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ task :environment do
# invoke :'rbenv:load'

# For those using RVM, use this to load an RVM version@gemset.
# invoke :'rvm:use[ruby-1.9.3-p125@default]'
# invoke :'rvm:use', 'ruby-1.9.3-p125@default'
end
...
```
Expand Down

0 comments on commit c238fa9

Please sign in to comment.