Skip to content

Commit 8d48e38

Browse files
authored
fix: make direnv watch devbox.lock (#2233)
## Summary ## How was it tested? Signed-off-by: Michael Gallagher <[email protected]>
1 parent 33b9553 commit 8d48e38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/devbox/generate/tmpl/envrcContent.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
use_devbox() {
2-
watch_file devbox.json
2+
watch_file devbox.json devbox.lock
33
eval "$(devbox shellenv --init-hook --install --no-refresh-alias{{ if .EnvFlag }} {{ .EnvFlag }}{{ end }})"
44
}
55
use devbox

0 commit comments

Comments
 (0)