We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb7b4d0 commit eb4d3d6Copy full SHA for eb4d3d6
tests/e2e_tests/conftest.py
@@ -69,7 +69,7 @@ def local_chain(request):
69
if sys.platform.startswith("linux"):
70
docker_command = (
71
"Install docker with command "
72
- "[blue]sudo apt-gat update && sudo apt-get install docker.io -y[/blue]"
+ "[blue]sudo apt-get update && sudo apt-get install docker.io -y[/blue]"
73
" or use documentation [blue]https://docs.docker.com/engine/install/[/blue]"
74
)
75
elif sys.platform == "darwin":
0 commit comments