From 14ec3609c50bd20d3c134084429eab91c58e4563 Mon Sep 17 00:00:00 2001 From: gmoocto <128365508+gmoocto@users.noreply.github.com> Date: Thu, 3 Aug 2023 09:45:56 +0200 Subject: [PATCH] Update docs/docs/tuto/creer-nouveau-bucket-minio.md Co-authored-by: suli-octo <129731991+suli-octo@users.noreply.github.com> --- docs/docs/tuto/creer-nouveau-bucket-minio.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/tuto/creer-nouveau-bucket-minio.md b/docs/docs/tuto/creer-nouveau-bucket-minio.md index f94c6af8..55aee86b 100644 --- a/docs/docs/tuto/creer-nouveau-bucket-minio.md +++ b/docs/docs/tuto/creer-nouveau-bucket-minio.md @@ -30,6 +30,6 @@ scalingo --region osc-fr1 --app [NOM_APPLICATION_SCALINGO] run "npm run cli -- m ### Exemple Exemple en _recette_ pour la création de `HOUSING_MINIO_RAW_BUCKET_NAME` qui vaut `housing-raw`: ```shell -scalingo --region osc-fr1 --app 1j1s-stage-orchestrateur-transform-load run "npm run cli -- mkbucket -b housing-raw-bucket" +scalingo --region osc-fr1 --app 1j1s-stage-orchestrateur-transform-load run "npm run cli -- mkbucket -b housing-raw" ```