diff --git a/enterprise/tools/replay_action/replay_action.go b/enterprise/tools/replay_action/replay_action.go index cc966b72448..647bc547566 100644 --- a/enterprise/tools/replay_action/replay_action.go +++ b/enterprise/tools/replay_action/replay_action.go @@ -276,7 +276,7 @@ func main() { log.Fatalf("Could not retrieve invocation executions: %s", err) } for _, e := range rsp.Execution { - rn, err := digest.ParseDownloadResourceName(e.ExecutionId) + rn, err := digest.ParseUploadResourceName(e.ExecutionId) if err != nil { log.Fatalf("Invalid execution ID %q: %s", e.ExecutionId, err) }