Skip to content

Commit 0d6652f

Browse files
committed
ad
1 parent 7945533 commit 0d6652f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/stacker/internal_go.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ func doAtomfsMount(ctx *cli.Context) error {
176176
tag := ctx.Args().Get(0)
177177
mountpoint := ctx.Args().Get(1)
178178

179-
opts := atomfs.MountOCIOpts{
179+
opts := molecule.MountOCIOpts{
180180
OCIDir: config.OCIDir,
181181
Tag: tag,
182182
Target: mountpoint,

0 commit comments

Comments
 (0)