Skip to content

Commit

Permalink
Fixing up bin/linguist
Browse files Browse the repository at this point in the history
  • Loading branch information
arfon committed Jul 23, 2014
1 parent b9ecf61 commit 61faea0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion bin/linguist
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
# usage: linguist <path> [<--breakdown>]

require 'linguist/file_blob'
require 'linguist/language'
require 'linguist/repository'
require 'rugged'

Expand All @@ -30,7 +31,7 @@ if File.directory?(path)
puts
file_breakdown = repo.breakdown_by_file
file_breakdown.each do |lang, files|
puts "#{lang}:"
puts "#{lang}:"
files.each do |file|
puts file
end
Expand Down
1 change: 0 additions & 1 deletion lib/linguist/blob_helper.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
require 'linguist/generated'

require 'charlock_holmes'
require 'escape_utils'
require 'mime/types'
Expand Down

0 comments on commit 61faea0

Please sign in to comment.