Skip to content

Commit

Permalink
use repo_url param
Browse files Browse the repository at this point in the history
Signed-off-by: Rishabh Singh <[email protected]>
  • Loading branch information
rishabh6788 committed Nov 14, 2022
1 parent c019138 commit 31ed908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/manifests_workflow/component_opensearch.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def checkout(
working_directory: str = None,
) -> 'ComponentOpenSearch':
with GitRepository(
f"https://github.com/opensearch-project/{name}.git",
repo_url,
branch,
path,
working_directory,
Expand Down

0 comments on commit 31ed908

Please sign in to comment.