Skip to content

Commit

Permalink
fix: fumpt
Browse files Browse the repository at this point in the history
  • Loading branch information
jokestax committed Jan 6, 2025
1 parent b690385 commit 1c34b2f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/aws/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ func validateAMIType(ctx context.Context, amiType, nodeType string, ssmClient ss
return fmt.Errorf("not a valid ami type: %q", amiType)
}


amiID, err := getLatestAMIFromSSM(ctx, ssmClient, ssmParameterName)
if err != nil {
return fmt.Errorf("failed to get AMI ID from SSM: %w", err)
Expand Down

0 comments on commit 1c34b2f

Please sign in to comment.