From e52f136740a29fbc9e11d4473a1933a05ad12724 Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Tue, 10 Oct 2017 10:25:12 +0100 Subject: [PATCH] Remove done --- scripts/find-lint.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/find-lint.sh b/scripts/find-lint.sh index a5798afad..81ca806b0 100755 --- a/scripts/find-lint.sh +++ b/scripts/find-lint.sh @@ -39,5 +39,3 @@ gometalinter ./... $args echo "Double checking spelling..." misspell -error src *.md - -echo "Done!"