Skip to content

Commit bb16f0c

Browse files
committed
fixes
Signed-off-by: fahed dorgaa <fahed.dorgaa@gmail.com>
1 parent 01e70f6 commit bb16f0c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

cmd/nerdctl/main.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ import (
2424
"strconv"
2525
"strings"
2626

27-
"github.com/containerd/containerd"
2827
"github.com/containerd/containerd/defaults"
2928
"github.com/containerd/containerd/namespaces"
3029
ncdefaults "github.com/containerd/nerdctl/pkg/defaults"
@@ -228,8 +227,8 @@ Config file ($NERDCTL_TOML): %s
228227
// #endregion
229228

230229
// #region Container management
231-
newLogsCommand(),
232230
newPsCommand(),
231+
newLogsCommand(),
233232
newPortCommand(),
234233
newStopCommand(),
235234
newStartCommand(),

0 commit comments

Comments
 (0)