From dcad017738eeadcaf8894a12fb9e1307ac59ae52 Mon Sep 17 00:00:00 2001 From: Zorglube <630192+zorglube@users.noreply.github.com> Date: Wed, 19 Aug 2020 14:34:16 +0200 Subject: [PATCH] Clever Cloud : "appIsGoPath": false --- clevercloud/go.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clevercloud/go.json b/clevercloud/go.json index e05b1ed..aa93730 100644 --- a/clevercloud/go.json +++ b/clevercloud/go.json @@ -1,6 +1,6 @@ { "deploy": { - "appIsGoPath": true, + "appIsGoPath": false, "main": "MovieNight", "execDir": "./" }