summaryrefslogtreecommitdiffstats
path: root/pkg/config/user_config.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2022-07-04 09:27:25 +1000
committerMichael Mead <mmead.developer@gmail.com>2022-07-04 11:36:18 -0700
commit39ba397cf78093a7eada45122a059859202e61ef (patch)
tree406ca85d4875f14df0f1341d1296bb7473e4243a /pkg/config/user_config.go
parent9d304098bb91336f621fefdef53a645b22dbb9d5 (diff)
Update pkg/config/user_config.go
Diffstat (limited to 'pkg/config/user_config.go')
-rw-r--r--pkg/config/user_config.go2
1 files changed, 1 insertions, 1 deletions
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