Skip to content

Commit a7af3c1

Browse files
author
Jared Cordasco
committed
Correct import path in services/server package
Signed-off-by: Jared Cordasco <[email protected]>
1 parent 5f4c977 commit a7af3c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

services/server/server_solaris.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ package server
1919
import (
2020
"context"
2121

22-
srvconfig "github.com/containerd/containerd/server/config"
22+
srvconfig "github.com/containerd/containerd/services/server/config"
2323
)
2424

2525
func apply(_ context.Context, _ *srvconfig.Config) error {

0 commit comments

Comments
 (0)