From 1ef232e60162f3ee79bd24b14428053712b7727f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nina=20H=C3=B8egh-Larsen?= Date: Mon, 19 Aug 2024 08:42:27 +0200 Subject: [PATCH] docs: Fix help message for ok pkg install (#186) --- cmd/pkg/install.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/pkg/install.go b/cmd/pkg/install.go index 5a44d41..5417e8c 100644 --- a/cmd/pkg/install.go +++ b/cmd/pkg/install.go @@ -26,8 +26,8 @@ If one or more output folders are specified, the command installs only the packa Set the environment variable BASE_URL to specify where package templates are downloaded from. `, - Example: `ok install networking -ok install networking my-app + Example: `ok pkg install networking +ok pkg install networking my-app BASE_URL=../boilerplate/terraform ok install networking my-app `, SilenceErrors: true,