We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f19b7c commit bdf3be8Copy full SHA for bdf3be8
.fluentci/fluentci.toml
@@ -2,7 +2,7 @@
2
name = "Start MariaDB"
3
command = ["fluentci run --wasm mariadb start"]
4
env = [
5
- "MARIADN_USER=user",
+ "MARIADB_USER=user",
6
"MARIADB_PASSWORD=password",
7
"MARIADB_DATABASE=laravel",
8
]
0 commit comments