fix(api): fix invalid extensions.json location

pull/3428/head
Anthony Lapenna 5 years ago
parent 1465825988
commit a42619a442

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

Loading…
Cancel
Save