From 16cf050bf8d4fcf1c944478dae071a76156ed689 Mon Sep 17 00:00:00 2001 From: Kilian Engelhardt Date: Mon, 21 Aug 2017 10:32:27 +0200 Subject: bug fix to PR #21: variable names not committed I'm sorry, I didn't double check what's staged and thus didn't commit fixed variable names: 'iso_checksum' -> 'iso_checksum_url' --- vagrant.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vagrant.json b/vagrant.json index fe07592..570dd93 100644 --- a/vagrant.json +++ b/vagrant.json @@ -17,7 +17,7 @@ "http_directory": "http", "disk_size": "{{user `disk_size`}}", "guest_os_type": "ArchLinux_64", - "iso_checksum": "{{user `iso_checksum`}}", + "iso_checksum_url": "{{user `iso_checksum_url`}}", "iso_checksum_type": "{{user `iso_checksum_type`}}", "iso_url": "{{user `iso_url`}}", "ssh_username": "vagrant", @@ -51,7 +51,7 @@ "boot_wait": "10s", "http_directory": "http", "disk_size": "{{user `disk_size`}}", - "iso_checksum": "{{user `iso_checksum`}}", + "iso_checksum_url": "{{user `iso_checksum_url`}}", "iso_checksum_type": "{{user `iso_checksum_type`}}", "iso_url": "{{user `iso_url`}}", "ssh_username": "vagrant", @@ -80,7 +80,7 @@ "boot_wait": "10s", "http_directory": "http", "disk_size": "{{user `disk_size`}}", - "iso_checksum": "{{user `iso_checksum`}}", + "iso_checksum_url": "{{user `iso_checksum_url`}}", "iso_checksum_type": "{{user `iso_checksum_type`}}", "iso_url": "{{user `iso_url`}}", "ssh_username": "vagrant", -- cgit v1.2.3