Skip to content

Commit f0c3ddf

Browse files
committed
internal/getproviders: staticcheck
1 parent 4ad7c41 commit f0c3ddf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/getproviders/registry_client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ func (c *registryClient) PackageMeta(ctx context.Context, provider addrs.Provide
261261
match = true
262262
}
263263
}
264-
if match == false {
264+
if !match {
265265
// If the protocol version is not supported, try to find the closest
266266
// matching version.
267267
closest, err := c.findClosestProtocolCompatibleVersion(ctx, provider, version)

0 commit comments

Comments
 (0)