Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Basti <mbasti@redhat.com>
  • Loading branch information
MartinBasti committed Oct 22, 2024
1 parent ea397cc commit 7116dbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atomic_reactor/plugins/cachi2_init.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def process_remote_sources(self) -> List[Dict[str, Any]]:
source_path_dep.mkdir()

processed_remote_sources.append({
"source_path": source_path,
"source_path": str(source_path),
**remote_source,
})

Expand Down

0 comments on commit 7116dbc

Please sign in to comment.