Skip to content

Commit

Permalink
Fix proto field too
Browse files Browse the repository at this point in the history
  • Loading branch information
oxve committed Sep 10, 2024
1 parent a166b6c commit a37d3c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/on_device_tests_gateway.proto
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ message OnDeviceTestsCommand {
string start_timeout = 20;
string test_timeout = 21;
string builder_url = 22;
string gcs_xml_result_path = 23;
string gcs_result_path = 23;
}

// Working directory and command line arguments to be passed to the gateway.
Expand Down

0 comments on commit a37d3c2

Please sign in to comment.