Skip to content

Commit

Permalink
blah
Browse files Browse the repository at this point in the history
  • Loading branch information
russkel committed Nov 18, 2024
1 parent 8645d98 commit bf3843e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform_cli/groups/ws.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def container(base_image: Optional[str], path: List[str]): # type: ignore
(p, container_other_path / pkg, "rw") for pkg, p in other_pkgs.items()
]

container: Container = docker.run(
container = docker.run(
base_image,
["tail", "-f", "/dev/null"],
name=container_name,
Expand Down

0 comments on commit bf3843e

Please sign in to comment.