boklm pushed to branch main at The Tor Project / Applications / tor-browser-build

Commits:

1 changed file:

Changes:

  • tools/update-responses/update_responses
    ... ... @@ -399,7 +399,6 @@ sub get_response {
    399 399
                 buildID => get_config($config, $version, $os, 'buildID'),
    
    400 400
                 detailsURL => get_config($config, $version, $os, 'detailsURL'),
    
    401 401
                 actions => 'showURL',
    
    402
    -            openURL => get_config($config, $version, $os, 'detailsURL'),
    
    403 402
                 defined $minversion ? ( minSupportedOSVersion => $minversion ) : (),
    
    404 403
                 defined $mininstruc ? ( minSupportedInstructionSet => $mininstruc ) : (),
    
    405 404
             );