Commit 35de0e1e authored by Robby Russell's avatar Robby Russell
Browse files

Merge pull request #799 from plindborg/ruby-plugin-fix

Fixed the rfind command in the  ruby plugin
parents 5516f8c4 a49fcea9
...@@ -3,4 +3,4 @@ ...@@ -3,4 +3,4 @@
alias sgem='sudo gem' alias sgem='sudo gem'
# Find ruby file # Find ruby file
alias rfind='find . -name *.rb | xargs grep -n' alias rfind='find . -name "*.rb" | xargs grep -n'
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment