Skip to content

Commit d2cad7d

Browse files
authored
Merge pull request #46 from Miouge1/spot-price-max
Fix missing SpotPriceMax
2 parents 55f4f19 + 54b5414 commit d2cad7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ func (d *Driver) Create() error {
253253
UserData: userdata,
254254
Tags: d.Tags,
255255
SpotInstance: d.SpotInstance,
256-
SpotPriceMax: -1,
256+
SpotPriceMax: d.SpotPriceMax,
257257
}
258258

259259
log.Info("Provisioning Packet server...")

0 commit comments

Comments
 (0)