From 6a625ed765def6bf27e477db8edfa793d1e8b966 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Tue, 26 Mar 2024 23:20:12 +0300 Subject: [PATCH] docs: use consistent name for recipe file (#736) --- docs/tui.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tui.md b/docs/tui.md index 719ef7a75..1582aeee5 100644 --- a/docs/tui.md +++ b/docs/tui.md @@ -7,7 +7,7 @@ To launch the TUI, run the `build` command with the `--tui` flag as shown below: ```shell -$ rattler-build build -r recipe.yml --tui +$ rattler-build build -r recipe.yaml --tui ``` !!! note