mirror of
https://github.com/portainer/portainer.git
synced 2025-07-28 17:59:45 +02:00
fix(api): fix invalid extensions.json location
This commit is contained in:
parent
1465825988
commit
a42619a442
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue