Skip to content

Commit

Permalink
Update command.py test
Browse files Browse the repository at this point in the history
  • Loading branch information
mickahell authored Jul 13, 2023
1 parent 643621f commit 818ee78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecosystem/commands/command.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def execute(cls, repo: str, directory: str, **kwargs) -> CommandExecutionSummary
Return: CommandExecutionSummary
"""
return cls.subprocess_execute(
["git", "-C", directory, "--branch", "qiskit-ecosystem-test","clone", repo], name="Clone repo"
["git", "-C", directory, "clone", "--branch", "qiskit-ecosystem-tests", repo], name="Clone repo"
)


Expand Down

0 comments on commit 818ee78

Please sign in to comment.