From a42619a442bf5814d5d50c7eb6ac47223a203482 Mon Sep 17 00:00:00 2001 From: Anthony Lapenna Date: Wed, 4 Dec 2019 11:42:43 +1300 Subject: [PATCH] fix(api): fix invalid extensions.json location --- api/portainer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/portainer.go b/api/portainer.go index 9cb0d064f..9ad650fbf 100644 --- a/api/portainer.go +++ b/api/portainer.go @@ -945,7 +945,7 @@ const ( // DefaultEdgeAgentCheckinIntervalInSeconds represents the default interval (in seconds) used by Edge agents to checkin with the Portainer instance DefaultEdgeAgentCheckinIntervalInSeconds = 5 // LocalExtensionManifestFile represents the name of the local manifest file for extensions - LocalExtensionManifestFile = "/app/extensions.json" + LocalExtensionManifestFile = "/extensions.json" ) const (