Skip to content

Commit

Permalink
fix: typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tallaxes authored Nov 22, 2023
1 parent 9cd6311 commit 77469fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/providers/instance/instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ func (p *Provider) launchInstance(
return resp, instanceType, nil
}

// isSKUNotAvailable - to be moved to azure-ask-for-go-extensions
// isSKUNotAvailable - to be moved to azure-sdk-for-go-extensions
func isSKUNotAvailable(err error) bool {
azErr := sdkerrors.IsResponseError(err)
return azErr != nil && azErr.ErrorCode == "SkuNotAvailable"
Expand Down

0 comments on commit 77469fa

Please sign in to comment.