From 4dc358829c7937617c09f34202debedcb3ba9bde Mon Sep 17 00:00:00 2001 From: Michael Brooks Date: Wed, 22 Apr 2015 13:38:23 -0700 Subject: [PATCH] [bithound] Fix syntax error in .bithoundrc --- .bithoundrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bithoundrc b/.bithoundrc index eb0f369..496a8d7 100644 --- a/.bithoundrc +++ b/.bithoundrc @@ -48,7 +48,7 @@ "test": [ "**/test/**", "**/tests/**", - "**/spec/**". + "**/spec/**", "**/specs/**" ] }