Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit a5613b7

Browse files
committed
lint fix in spot_market_request resource
Signed-off-by: Tomas Karasek <tom.to.the.k@gmail.com>
1 parent 5bf2e8b commit a5613b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packet/resource_packet_spot_market_request.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ func resourcePacketSpotMarketRequestCreate(d *schema.ResourceData, meta interfac
164164
if val, ok := d.GetOk("instance_parameters.0.always_pxe"); ok {
165165
params.AlwaysPXE = val.(bool)
166166
}
167-
167+
168168
if params.OperatingSystem == "custom_ipxe" {
169169
if params.IPXEScriptURL == "" && params.UserData == "" {
170170
return fmt.Errorf("\"ipxe_script_url\" or \"user_data\"" +

0 commit comments

Comments
 (0)