Skip to content

Commit 3a6b703

Browse files
committed
Merge pull request #9 from AndreasSliwka/master
Fixed Typo in rails-install-ubuntu.sh
2 parents 0f2b751 + 5dff46f commit 3a6b703

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
@@ -35,7 +35,7 @@ sqlite3 --version
3535
echo -n "Should be rvm 1.6.32 or higher: "
3636
rvm --version | sed '/^.*$/N;s/\n//g' | cut -c 1-10
3737
echo -n "Should be ruby 1.9.3-p194: "
38-
ruby -v | -d " " -f 2
38+
ruby -v | cut -d " " -f 2
3939
echo -n "Should be Rails 3.2.2 or higher: "
4040
rails -v
4141
echo -e "\n- - - - - -\n"

0 commit comments

Comments
 (0)