fix: docker cmd

This commit is contained in:
Aravinth Manivannan 2023-10-04 18:51:48 +05:30
parent adaebe4e35
commit 501f44560c
Signed by: realaravinth
GPG Key ID: F8F50389936984FF
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ impl SuiteRunnerState {
&format!("ftest_backend:{default}"),
"forgeflux/ftest-nginx-proxy",
];
let mut child = std::process::Command::new("docker_")
let mut child = std::process::Command::new("docker")
.args(&args)
.spawn()
.expect("unable to obtain docker_ version");