diff options
| author | Joshua Peek <josh@joshpeek.com> | 2011-06-25 14:00:35 -0500 |
|---|---|---|
| committer | Joshua Peek <josh@joshpeek.com> | 2011-06-25 14:00:35 -0500 |
| commit | 1b40ed498695910b128864f9e23973a62b3a8dc7 (patch) | |
| tree | b729014c792093860e507d49a0defcbf56908822 /bin | |
| parent | ddb629b63a2c9055300c2724a9f33b1ef6e7c38a (diff) | |
Tweak large copy
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/linguist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/linguist b/bin/linguist index cca25b9..94ec830 100755 --- a/bin/linguist +++ b/bin/linguist @@ -31,7 +31,7 @@ elsif File.file?(path) puts " language: #{blob.language}" if blob.large? - puts " large (blob is too large to be shown)" + puts " blob is to large to be shown" end if blob.generated? |
