Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc9cd564

Browse files
committed
fixup config
1 parent1083ef1 commitc9cd564

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
constterraformExec=execSync('terraform --version')
27-
constdockerExec=execSync('dockser --version')
27+
constdockerExec=execSync('docker --version')
2828
}catch(e){
2929
thrownewError("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)

[8]ページ先頭

©2009-2025 Movatter.jp