We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd6aad4 commit a54ed9eCopy full SHA for a54ed9e
commands/updatecheck/check_for_updates.go
@@ -35,7 +35,7 @@ func CheckForArduinoCLIUpdates(ctx context.Context, req *rpc.CheckForArduinoCLIU
35
return nil, err
36
}
37
38
- if !shouldCheckForUpdate(currentVersion) {
+ if !shouldCheckForUpdate(currentVersion) && !req.GetForceCheck() {
39
return &rpc.CheckForArduinoCLIUpdatesResponse{}, nil
40
41
0 commit comments