typo
This commit is contained in:
parent
48ec4a024e
commit
cd10ee97ee
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
#sudo aptitude -q -y install libpq-dev
|
||||
|
||||
source "$HOME/.rvm/scripts/rvm"
|
||||
rvm use $(cat.ruby-version) || \
|
||||
rvm use $(cat .ruby-version) || \
|
||||
rvm install $(cat .ruby-version)
|
||||
rvm gemset use $(cat .ruby-gemset) || \
|
||||
rvm gemset create $(cat .ruby-gemset) && \
|
||||
|
|
Loading…
Reference in a new issue