Skip to content

Commit

Permalink
fixup: post
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Basti <[email protected]>
  • Loading branch information
MartinBasti committed Oct 30, 2024
1 parent 3434897 commit 98b8b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atomic_reactor/plugins/cachi2_postprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def postprocess_remote_sources(self) -> List[Cachi2RemoteSource]:

remote_source_obj = Cachi2RemoteSource(
name=remote_source['name'] or '',
tarball_path=os.path.join(remote_source['source_path'], 'remote-source.tar.gz'),
tarball_path=Path(remote_source['source_path'], 'remote-source.tar.gz'),
sources_path=Path(remote_source['source_path']),
json_data=generate_request_json(remote_source['remote_source'], sbom_data, json_env_data),
json_env_data=json_env_data,
Expand Down

0 comments on commit 98b8b30

Please sign in to comment.