Skip to content

Commit 166cfcf

Browse files
Fix broken envrc template (#1228)
1 parent abc5de8 commit 166cfcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/impl/generate/tmpl/envrcContent.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
use_devbox() {
22
watch_file devbox.json
3-
{{ .PromptHookEnabled }}
3+
{{ if .PromptHookEnabled }}
44
eval "$(devbox export --init-hook --install)"
55
{{ else }}
66
eval "$(devbox shellenv --init-hook --install)"

0 commit comments

Comments
 (0)