Merge pull request #3213 from jcordasc/small-fixes

Correct import path and PusherFunc signature
This commit is contained in:
Michael Crosby
2019-04-16 15:32:51 -04:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ package server
import (
"context"
srvconfig "github.com/containerd/containerd/server/config"
srvconfig "github.com/containerd/containerd/services/server/config"
)
func apply(_ context.Context, _ *srvconfig.Config) error {