Skip to content

Commit 3365732

Browse files
committed
fixed typo rvm use 1.9.3-p(1)94
1 parent b2f826b commit 3365732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rails-install-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ source ~/.rvm/scripts/rvm
1515

1616
echo "Installs Ruby"
1717
rvm install 1.9.3-p194
18-
rvm use 1.9.3-p94 --default
18+
rvm use 1.9.3-p194 --default
1919

2020
gem install bundler --no-rdoc --no-ri
2121
gem install rails --no-rdoc --no-ri

0 commit comments

Comments
 (0)