From 78da44ed5bc8c5ef17a70dfb02b9ab16e131661e Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Sun, 7 Feb 2016 20:03:00 -0800 Subject: [PATCH] remove this build step here, it's not updated often --- twtxtlist.nimble | 1 - 1 file changed, 1 deletion(-) diff --git a/twtxtlist.nimble b/twtxtlist.nimble index b04119d..2419abf 100644 --- a/twtxtlist.nimble +++ b/twtxtlist.nimble @@ -23,5 +23,4 @@ task godep, "build go deps": task run, "Run app": exec "nimble build" - exec "nimble godep" exec "./twtxtlist"