From 8321f1478648cfc75055ac218e6465b9e7451209 Mon Sep 17 00:00:00 2001 From: Oleksandr Levchenkov Date: Mon, 1 Apr 2024 13:47:22 +0300 Subject: [PATCH] fix: commands.go location in architecture docs (#1451) Signed-off-by: ollevche --- docs/architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/architecture.md b/docs/architecture.md index f36a5a837d..208582c758 100644 --- a/docs/architecture.md +++ b/docs/architecture.md @@ -26,7 +26,7 @@ transfers immediately into one of the "command" implementations in [the `command` package](https://pkg.go.dev/github.com/opentofu/opentofu/internal/command). The mapping between the user-facing command names and their corresponding `command` package types can be found in the `commands.go` -file in the root of the repository. +file under the `cmd/tofu` directory (package `main`). The full flow illustrated above does not actually apply to _all_ commands, but it applies to the main OpenTofu workflow commands `tofu plan` and