mirror of
https://github.com/bettercap/bettercap
synced 2025-08-21 14:03:17 -07:00
misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
parent
91f074c3ee
commit
654585ff1f
3 changed files with 12 additions and 15 deletions
|
@ -98,7 +98,7 @@ func (c *CapletsModule) Paths() error {
|
|||
colNames := []string{
|
||||
"Path",
|
||||
}
|
||||
rows := [][]string{[]string{"."}}
|
||||
rows := [][]string{}
|
||||
|
||||
for _, path := range caplets.LoadPaths {
|
||||
rows = append(rows, []string{path})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue