Commit 485d0c0
Add explicit PackerUtils require to server_manager.rb for robustness
While server_manager.rb was working due to module loading order, it uses
PackerUtils at line 432 without explicitly requiring it. This makes the
dependency implicit and fragile.
Adding the explicit require makes the code more maintainable and prevents
potential future issues if module loading order changes.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 19fbaaa commit 485d0c0
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
0 commit comments