diff --git a/pkg/provider/handlers/deploy.go b/pkg/provider/handlers/deploy.go index 7587c4d..e8cd585 100644 --- a/pkg/provider/handlers/deploy.go +++ b/pkg/provider/handlers/deploy.go @@ -126,7 +126,7 @@ func deploy(ctx context.Context, req types.FunctionDeployment, client *container labels, err := buildLabels(&req) if err != nil { - return fmt.Errorf("Unable to apply labels to container: %s, error: %s", name, err) + return fmt.Errorf("unable to apply labels to container: %s, error: %s", name, err) } var memory *specs.LinuxMemory