From 1a38a71c467dfee78f8039b1fc7dce4eb2939c62 Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Wed, 4 Sep 2019 09:06:40 +0200 Subject: [PATCH] Force app location --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 530fd7a..ab67c82 100644 --- a/go.mod +++ b/go.mod @@ -58,4 +58,4 @@ require ( honnef.co/go/tools v0.0.1-2019.2.2 // indirect ) -replace github.com/glenux/contrib-trello => ./contrib-trello +replace github.com/glenux/contrib-trello => /app/contrib-trello