mirror of https://github.com/portainer/portainer
fix(api): fix invalid extensions.json location
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 represents the default interval (in seconds) used by Edge agents to checkin with the Portainer instance
|
||||||
DefaultEdgeAgentCheckinIntervalInSeconds = 5
|
DefaultEdgeAgentCheckinIntervalInSeconds = 5
|
||||||
// LocalExtensionManifestFile represents the name of the local manifest file for extensions
|
// LocalExtensionManifestFile represents the name of the local manifest file for extensions
|
||||||
LocalExtensionManifestFile = "/app/extensions.json"
|
LocalExtensionManifestFile = "/extensions.json"
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
|
Loading…
Reference in New Issue