Skip to content

Commit

Permalink
Merge pull request #46 from Miouge1/spot-price-max
Browse files Browse the repository at this point in the history
Fix missing SpotPriceMax
  • Loading branch information
jasmingacic committed Jun 18, 2020
2 parents 55f4f19 + 54b5414 commit d2cad7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ func (d *Driver) Create() error {
UserData: userdata,
Tags: d.Tags,
SpotInstance: d.SpotInstance,
SpotPriceMax: -1,
SpotPriceMax: d.SpotPriceMax,
}

log.Info("Provisioning Packet server...")
Expand Down

0 comments on commit d2cad7d

Please sign in to comment.