Skip to content

Commit

Permalink
fix: update installation ISO option label in ThymisDevice module
Browse files Browse the repository at this point in the history
  • Loading branch information
elikoga committed Dec 2, 2024
1 parent d0770d0 commit 635f495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller/thymis_controller/modules/thymis.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ class ThymisDevice(modules.Module):
select_one=[
("SD-Card Image", "sd-card-image"),
("Virtual Disk Image (qcow)", "qcow"),
("Installation ISO", "iso"),
("Installation ISO", "install-iso"),
("NixOS VM", "nixos-vm"),
],
extra_data={
Expand Down

0 comments on commit 635f495

Please sign in to comment.