1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-24 07:49:41 +02:00

fix(api): fix invalid extensions.json location

This commit is contained in:
Anthony Lapenna 2019-12-04 11:42:43 +13:00
parent 1465825988
commit a42619a442

View file

@ -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 (