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 (