diff options
| author | Jeff Carr <[email protected]> | 2025-10-13 01:37:15 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-13 03:43:13 -0500 |
| commit | 28a3ff4d9e42fc4f713ebbb65ba9e7ba74ca4874 (patch) | |
| tree | 3b24eea4f550f15cd7b92a8fc58bfbf76359c63e | |
| parent | 2d32b070833a748bca0383e9d3e6c0238261bbfb (diff) | |
better name
| -rw-r--r-- | tableMachinePackages.go (renamed from tableDefault.go) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tableDefault.go b/tableMachinePackages.go index b7ecc57..93208c0 100644 --- a/tableDefault.go +++ b/tableMachinePackages.go @@ -6,7 +6,7 @@ import ( "go.wit.com/log" ) -// this is the smart table layout for packages +// tables for what packages are currently installed func (m *Machine) PrintTable(pb *Packages) { tablePB := m.makeSmartTable(pb) |
