From f376be9e7a9e1c6458f08f7522142828acb877d0 Mon Sep 17 00:00:00 2001 From: William Petit Date: Thu, 21 Nov 2019 15:43:45 +0100 Subject: [PATCH] =?UTF-8?q?Correction=20du=20packing=20du=20template=20par?= =?UTF-8?q?=20d=C3=A9faut?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 4 +++- Makefile | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 526c3b4..a68e8bc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ /vendor /bin -/release \ No newline at end of file +/release +*-packr.go +packrd \ No newline at end of file diff --git a/Makefile b/Makefile index 27b16ca..830dab2 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ build: pack CGO_ENABLED=0 go build -mod vendor -v -o bin/junit2md ./cmd/junit2md pack: - packr2 + cd cmd/junit2md && packr2 -v watch: modd