Skip to content

Commit

Permalink
fix(job-runner): update job manifest filename to match ops repo (#6310)
Browse files Browse the repository at this point in the history
I used a different filename in our repository that seeds the jobs
manifest with real data. I'm updating this filename to match it because
we like it better.
  • Loading branch information
onewland committed Sep 16, 2024
1 parent 10350a1 commit c0e26e3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion snuba/manual_jobs/manifest_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ def read(filename: str) -> Sequence[Any]:


def read_jobs_manifest() -> Sequence[Any]:
return _ManifestReader.read("run_manifest.json")
return _ManifestReader.read("job_manifest.json")

0 comments on commit c0e26e3

Please sign in to comment.