Skip to content

Commit 2d5401e

Browse files
committed
Fix documents
1 parent e89734b commit 2d5401e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

builder/qemu/chroot/builder.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ type Config struct {
5858
// template where the .Device variable is replaced with the name of the
5959
// device where the volume is attached.
6060
MountPath string `mapstructure:"mount_path" required:"false"`
61-
// This is a list of devices to mount into the chroot environment. This
62-
// configuration parameter requires some additional documentation which is
63-
// in the Chroot Mounts section. Please read that section for more
61+
// This is a list of devices to mount into the chroot environment. This
62+
// configuration parameter requires some additional documentation which is
63+
// in the Chroot Mounts section. Please read that section for more
6464
// information on how to use this.
6565
ChrootMounts [][]string `mapstructure:"chroot_mounts" required:"false"`
6666
// How to run shell commands. This defaults to `{{.Command}}`. This may be
@@ -239,4 +239,4 @@ func (b *Builder) Run(ctx context.Context, ui packersdk.Ui, hook packersdk.Hook)
239239
}
240240

241241
return artifact, nil
242-
}
242+
}

0 commit comments

Comments
 (0)