From b040343a59266c264b071dd437149e15aab6bb00 Mon Sep 17 00:00:00 2001 From: "Michael D. Lowis" Date: Wed, 24 Apr 2019 11:16:08 -0400 Subject: [PATCH] added newline to pickfile --- pickfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pickfile b/pickfile index b265255..509eeed 100755 --- a/pickfile +++ b/pickfile @@ -3,4 +3,4 @@ find . \( \ -name .git -o \ -name .svn -o \ -name node_modules \ -\) -prune -o -print | pick \ No newline at end of file +\) -prune -o -print | pick -- 2.54.0