Skip to content

Commit c9cd564

Browse files
committed
fixup config
1 parent 1083ef1 commit c9cd564

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

site/e2e/playwright.config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ if(requireTerraformTests) {
2424
// These execs will throw an error if the status code is non-zero.
2525
// So if both these work, then we can launch terraform provisioners.
2626
const terraformExec = execSync('terraform --version')
27-
const dockerExec = execSync('dockser --version')
27+
const dockerExec = execSync('docker --version')
2828
} catch(e) {
2929
throw new Error("Terraform provisioners require docker & terraform. " +
3030
"At least one of these is not present in the runtime environment. To check yourself:\n" +
31-
"\tterraform --version\n"+
32-
"\tdocker --version")
31+
"\t$ terraform --version\n"+
32+
"\t$ docker --version")
3333
}
3434
}
3535

0 commit comments

Comments
 (0)