Skip to content

Commit

Permalink
fix: remove env vars input char limit (#1331)
Browse files Browse the repository at this point in the history
Signed-off-by: tarunrajput <[email protected]>
  • Loading branch information
tarunrajput authored Nov 11, 2024
1 parent 9bef1bc commit 75cf898
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/views/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ func GetEnvVarsInput(envVars *map[string]string) *huh.Text {
return huh.NewText().
Title("Environment Variables").
Description("Enter environment variables in the format KEY=VALUE\nTo pass machine env variables at runtime, use $VALUE").
CharLimit(-1).
Value(&inputText).
Validate(func(str string) error {
tempEnvVars := map[string]string{}
Expand Down

0 comments on commit 75cf898

Please sign in to comment.