From 37ca83db4e077e68cf1fc0623a97c08feb7fe0a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89tienne=20Michon?= Date: Fri, 17 Jul 2026 13:32:28 +0200 Subject: [PATCH] fix(metabase): typo in app name --- src/_tutorials/metabase/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_tutorials/metabase/index.md b/src/_tutorials/metabase/index.md index ddc2ef95c..e6ed43a2f 100644 --- a/src/_tutorials/metabase/index.md +++ b/src/_tutorials/metabase/index.md @@ -66,7 +66,7 @@ steps you will need to follow: 4. (optional) Instruct the platform to run the `web` process type in a single XL container: ```bash - scalingo --app -my-metabase scale web:1:XL + scalingo --app my-metabase scale web:1:XL ``` 5. Everything's ready, deploy to Scalingo: