From f3013ac2f07aa91eb502dd41b5cadc9d976eef18 Mon Sep 17 00:00:00 2001 From: Eunan Date: Mon, 18 Nov 2024 12:06:06 +0000 Subject: [PATCH] Update commands.go Signed-off-by: Eunan <25510708+eunanio@users.noreply.github.com> --- cmd/tofu/commands.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/tofu/commands.go b/cmd/tofu/commands.go index 77446842d02..1e346290e8c 100644 --- a/cmd/tofu/commands.go +++ b/cmd/tofu/commands.go @@ -356,7 +356,7 @@ func initCommands( // OCI //----------------------------------------------------------- - // Push a module direcotry to an OCI registry + // Push a module directory to an OCI registry "oci push": func() (cli.Command, error) { return &command.OciPushCommand{ Meta: meta,