We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aae14a4 commit 802074cCopy full SHA for 802074c
internal/impl/devbox.go
@@ -503,7 +503,7 @@ func (d *Devbox) GenerateEnvrc(force bool) error {
503
// prompt for direnv allow
504
var result string
505
prompt := &survey.Input{
506
- Message: "Do you want to enable direnv integration for this devbox project? [y/n]",
+ Message: "Do you want to enable direnv integration for this devbox project? [y/N]",
507
}
508
err := survey.AskOne(prompt, &result)
509
if err != nil {
0 commit comments