Skip to content

Commit 6e58a0d

Browse files
committed
added missing parameter
Signed-off-by: Kilian Hanich <[email protected]>
1 parent b868db5 commit 6e58a0d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/cmd/rootMigrationPath.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ import (
2525
"os"
2626
"strings"
2727

28+
"github.com/containers/toolbox/pkg/podman"
2829
"github.com/containers/toolbox/pkg/utils"
2930
"github.com/spf13/cobra"
3031
)
@@ -60,7 +61,7 @@ func rootRunImpl(cmd *cobra.Command, args []string) error {
6061
return nil
6162
}
6263

63-
container, image, release, err := resolveContainerAndImageNames("", "", "", "", "")
64+
container, image, release, err := resolveContainerAndImageNames("", "", "", "", "", podman.BuildOptions{Context: "", Tag: ""})
6465
if err != nil {
6566
return err
6667
}

0 commit comments

Comments
 (0)