Skip to content

Commit

Permalink
[easy] comment fix OnStaleState (#2405)
Browse files Browse the repository at this point in the history
## Summary

Missed updating this comment in last round of revisions for #2391

## How was it tested?
  • Loading branch information
savil authored Nov 5, 2024
1 parent f7b01fc commit c0331c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/devbox/devopt/devboxopts.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,6 @@ type EnvOptions struct {
}

type LifecycleHooks struct {
// OnStaleState is called when the Devbox state is out of date, AND it is not being recomputed.
// OnStaleState is called when the Devbox state is out of date
OnStaleState func()
}

0 comments on commit c0331c7

Please sign in to comment.