diff options
author | Kilian Engelhardt <kilian.engelhardt@godaddy.com> | 2017-08-21 10:32:27 +0200 |
---|---|---|
committer | Kilian Engelhardt <kilian.engelhardt@godaddy.com> | 2017-08-21 10:32:27 +0200 |
commit | 16cf050bf8d4fcf1c944478dae071a76156ed689 (patch) | |
tree | e0e0b2768c71e942e35ad2f403a9957db2ab7ac2 | |
parent | 7ca9869d595a192fbc7fd93e47f99bb46807badc (diff) | |
download | arch-boxes32-16cf050bf8d4fcf1c944478dae071a76156ed689.tar.xz |
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'
-rw-r--r-- | vagrant.json | 6 |
1 files 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", |