Merge pull request #1364 from AkihiroSuda/fix-ctr-snapshot-commit
ctr: fix `ctr snapshot commit`
This commit is contained in:
commit
4703b99ac0
@ -228,8 +228,8 @@ var commitSnapshotCommand = cli.Command{
|
||||
return cli.ShowSubcommandHelp(clicontext)
|
||||
}
|
||||
|
||||
key := clicontext.Args().Get(1)
|
||||
active := clicontext.Args().Get(0)
|
||||
key := clicontext.Args().Get(0)
|
||||
active := clicontext.Args().Get(1)
|
||||
|
||||
snapshotter, err := getSnapshotter(clicontext)
|
||||
if err != nil {
|
||||
|
Loading…
Reference in New Issue
Block a user