diff --git a/website/content/docs/disks/configuration.mdx b/website/content/docs/disks/configuration.mdx index 3ad728853..c15adaf99 100644 --- a/website/content/docs/disks/configuration.mdx +++ b/website/content/docs/disks/configuration.mdx @@ -61,7 +61,7 @@ You can set a disk type with the first argument of a disk config in your Vagrant ```ruby config.vm.disk :disk, name: "backup", size: "10GB" -config.vm.disk :dvd, name: "installer", path: "./installer.iso" +config.vm.disk :dvd, name: "installer", file: "./installer.iso" config.vm.disk :floppy, name: "cool_files" ```