From 51231c9a7700067f573c1fcb749ac61f56b15736 Mon Sep 17 00:00:00 2001 From: Tsiry Sandratraina Date: Sat, 31 Aug 2024 16:43:30 +0300 Subject: [PATCH] Update fluentci.toml --- .fluentci/fluentci.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.fluentci/fluentci.toml b/.fluentci/fluentci.toml index 9dae7c8..2607def 100644 --- a/.fluentci/fluentci.toml +++ b/.fluentci/fluentci.toml @@ -2,7 +2,7 @@ name = "Start MariaDB" command = ["fluentci run --wasm mariadb start"] env = [ - "MARIADB_DATABSE=todo", + "MARIADB_DATABASE=todo", "MARIADB_USER=user", "MARIADB_PASSWORD=testrootpass", ]