Skip to content

Commit

Permalink
revert back to classic linux, until proper product support is enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Vecchio committed Jul 3, 2017
1 parent ec62fbb commit dbf1616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/region.go
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ func (r *region) requestSpotPrices() error {

// Retrieve all current spot prices from the current region.
// TODO: add support for other OSes
err := s.fetch("Linux/UNIX (Amazon VPC)", 0, nil, nil)
err := s.fetch("Linux/UNIX", 0, nil, nil)

if err != nil {
return errors.New("Couldn't fetch spot prices in" + r.name)
Expand Down

0 comments on commit dbf1616

Please sign in to comment.