endpoint rename to environemt - golang only

This commit is contained in:
waysonwei
2021-09-07 19:47:41 +12:00
parent ccf042124e
commit 219e2d140c
74 changed files with 285 additions and 285 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ func (manager *ComposeStackManager) ComposeSyntaxMaxVersion() string {
func (manager *ComposeStackManager) Up(ctx context.Context, stack *portainer.Stack, endpoint *portainer.Endpoint) error {
url, proxy, err := manager.fetchEndpointProxy(endpoint)
if err != nil {
return errors.Wrap(err, "failed to featch endpoint proxy")
return errors.Wrap(err, "failed to featch environment proxy")
}
if proxy != nil {