Fixed the rfind command in the ruby plugin

This commit is contained in:
Patrick Lindborg 2012-01-02 21:48:19 +01:00 committed by Praful Mathur
commit 8422f1dae4

View file

@ -3,4 +3,4 @@
alias sgem='sudo gem'
# Find ruby file
alias rfind='find . -name *.rb | xargs grep -n'
alias rfind='find . -name "*.rb" | xargs grep -n'