Skip to content

Commit b6059af

Browse files
committed
cli/internal/logdetails: move to top-level "internal"
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent d0d8d1d commit b6059af

3 files changed

Lines changed: 1 addition & 1 deletion

File tree

cli/command/service/logs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
"github.com/docker/cli/cli/command"
1414
"github.com/docker/cli/cli/command/completion"
1515
"github.com/docker/cli/cli/command/idresolver"
16-
"github.com/docker/cli/cli/internal/logdetails"
16+
"github.com/docker/cli/internal/logdetails"
1717
"github.com/docker/docker/api/types"
1818
"github.com/docker/docker/api/types/container"
1919
"github.com/docker/docker/api/types/swarm"
File renamed without changes.

0 commit comments

Comments
 (0)