Skip to content

Commit 933ddaa

Browse files
committed
fix: wrong flag type
Signed-off-by: jonyhy <[email protected]>
1 parent da16d49 commit 933ddaa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/ctr/commands/images/import.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ If foobar.tar contains an OCI ref named "latest" and anonymous ref "sha256:deadb
7373
Name: "all-platforms",
7474
Usage: "imports content for all platforms, false by default",
7575
},
76-
cli.BoolFlag{
76+
cli.StringFlag{
7777
Name: "platform",
7878
Usage: "imports content for specific platform",
7979
},

0 commit comments

Comments
 (0)