From 39ba397cf78093a7eada45122a059859202e61ef Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Mon, 4 Jul 2022 09:27:25 +1000 Subject: [PATCH] Update pkg/config/user_config.go --- pkg/config/user_config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/config/user_config.go b/pkg/config/user_config.go index 650594a50..67c407f1a 100644 --- a/pkg/config/user_config.go +++ b/pkg/config/user_config.go @@ -316,7 +316,7 @@ type CustomCommandPrompt struct { Type string `yaml:"type"` // one of 'input', 'menu', or 'confirm' Title string `yaml:"title"` - // this only apply to prompts + // this only apply to input prompts InitialValue string `yaml:"initialValue"` // this only applies to confirm prompts