Skip to content

Commit

Permalink
Fix linting errors
Browse files Browse the repository at this point in the history
Signed-off-by: Waleed Malik <ahmedwaleedmalik@gmail.com>
  • Loading branch information
ahmedwaleedmalik committed Mar 7, 2023
1 parent e3bff57 commit 69445ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cloudprovider/provider/azure/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ func getOSImageReference(c *config, os providerconfigtypes.OperatingSystem) (*co

ref, supported := imageReferences[os]
if !supported {
return nil, fmt.Errorf("default image reference for operating system %q not found. Either provide imageID or imageReference.", os)
return nil, fmt.Errorf("default image reference for operating system %q not found. Either provide imageID or imageReference", os)
}

return &ref, nil
Expand Down

0 comments on commit 69445ca

Please sign in to comment.