Skip to content

Commit ebcc9dc

Browse files
committed
Remove semester from image file
1 parent 05e00be commit ebcc9dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packer/ubuntu-kvm.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"ssh_username": "{{user `ssh_user`}}",
5353
"ssh_password": "{{user `ssh_pass`}}",
5454
"ssh_timeout": "100m",
55-
"vm_name": "image-{{user `semester` | lower }}.qcow2",
55+
"vm_name": "image.qcow2",
5656
"net_device": "virtio-net",
5757
"disk_interface": "virtio",
5858
"boot_wait": "15s",

0 commit comments

Comments
 (0)