From ac8e66a3882f2be9fa8cd55a29064753e31564e0 Mon Sep 17 00:00:00 2001 From: Joshua Peek Date: Wed, 25 May 2011 13:27:00 -0500 Subject: [PATCH] Close paren --- bin/linguist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/linguist b/bin/linguist index 7b7cb88e..cca25b9f 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 " large (blob is too large to be shown)" end if blob.generated?