Skip to content

Commit

Permalink
Fix typo. (#2388)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zach Marano authored Oct 31, 2024
1 parent b8fd023 commit 56c48a7
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,18 +53,18 @@
"Name": "disk-installerprep",
"SourceImage": "projects/compute-image-tools/global/images/family/debian-12-worker",
"SizeGb": "50",
"Type": "{disk_type}"
"Type": "${disk_type}"
},
{
"Name": "disk-installer",
"SizeGb": "50",
"Type": "{disk_type}",
"Type": "${disk_type}",
"GuestOsFeatures": [{"type": "UEFI_COMPATIBLE"}, {"type": "GVNIC"}]
},
{
"Name": "el-install-disk",
"SizeGb": "20",
"Type": "{disk_type}",
"Type": "${disk_type}",
"GuestOsFeatures": [{"type": "UEFI_COMPATIBLE"}, {"type": "GVNIC"}]
}
]
Expand Down

0 comments on commit 56c48a7

Please sign in to comment.