Skip to content

Commit 44cbf5b

Browse files
committed
Fix: Specify branch name
1 parent 9598077 commit 44cbf5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

codeclash/games/game.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ def get_environment(self, branch_name: str | None = None) -> DockerEnvironment:
214214
f"git fetch --all && "
215215
f"git branch {branch_name} && "
216216
f"git checkout {branch_name} && "
217-
f"git pull origin"
217+
f"git pull origin {branch_name}"
218218
)
219219
)
220220
else:

0 commit comments

Comments
 (0)