diff --git a/python/gmpro/json/evaluate_solution_howto.md b/python/gmpro/json/evaluate_solution_howto.md index 9b3ae44a..8f5e83b5 100644 --- a/python/gmpro/json/evaluate_solution_howto.md +++ b/python/gmpro/json/evaluate_solution_howto.md @@ -246,7 +246,7 @@ python3 -m cfr.json.evaluate_solution \ --project "${YOUR_GCLOUD_PROJECT}" \ --token "${YOUR_GCLOUD_TOKEN}" \ --input_request /tmp/scenario.json \ - --input_response /tmp/response-alt.json \ + --input_response /tmp/solution-alt.json \ --output_response /tmp/response-alt-full.json ``` where `${YOUR_GCLOUD_PROJECT}` is the name of the Google cloud project, and