Skip to content

Commit

Permalink
test update
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Zhu <[email protected]>
  • Loading branch information
peterzhuamazon committed Aug 29, 2024
1 parent ec23f78 commit 35828a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/manifests_workflow/input_manifests.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def write_manifest(self, version: str, branch: str, known_versions: List[str]) -
else:
manifest_path = os.path.join(manifest_dir, f"{self.prefix}-{version}.yml")
logging.info(f"Wrote {manifest_path} as the new input manifest")
manifest.to_file(manifest_path) # type: ignore[attr-defined]
manifest.to_file(manifest_path) # type: ignore[attr-defined]

def add_to_cron(self, version: str) -> None:
logging.info(f"Adding new version to cron: {version}")
Expand Down

0 comments on commit 35828a0

Please sign in to comment.