Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
agouin committed Oct 18, 2023
1 parent 2acc959 commit b52072d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/versioncheck.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ func VersionCheckCmd() *cobra.Command {
}

crd := new(cosmosv1.CosmosFullNode)
if err := kClient.Get(ctx, namespacedName, crd); err != nil {
if err = kClient.Get(ctx, namespacedName, crd); err != nil {
panic(fmt.Errorf("failed to get crd: %w", err))
}

Expand Down

0 comments on commit b52072d

Please sign in to comment.