Skip to content

Commit

Permalink
Always use downcase ctags file name
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexParamonov committed May 19, 2012
1 parent eee910d commit d9d0e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Guardfile
Expand Up @@ -49,7 +49,7 @@ group 's' do # system

guard 'shell' do
def refresh_tags
`ctags-exuberant -e -R lib app spec public config`
`ctags-exuberant -f tags -e -R lib app spec public config`
puts 'tags refreshed'
end

Expand Down

0 comments on commit d9d0e99

Please sign in to comment.