Skip to content

Commit

Permalink
change docs about invoking rvm:use with arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
devvmh committed Aug 10, 2016
1 parent ba145a7 commit 7b51554
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
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
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 7b51554

Please sign in to comment.