Skip to content

Commit a352591

Browse files
solarisfiremrclrchtr
authored andcommitted
fix(packer): add missing quotation mark
1 parent 3552a43 commit a352591

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_packer/talos-hcloud.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
packer {
33
required_plugins {
44
hcloud = {
5-
version = "v1.6.0
5+
version = "v1.6.0"
66
source = "github.com/hetznercloud/hcloud"
77
}
88
}

0 commit comments

Comments
 (0)