steampipe icon indicating copy to clipboard operation
steampipe copied to clipboard

Incorrect tree structure from `steampipe mod list`

Open pskrbasu opened this issue 3 years ago • 0 comments

Describe the bug Incorrect tree structure from steampipe mod list.

Steampipe version (steampipe -v) Example: v0.11.0

To reproduce Do steampipe mod install github.com/pskrbasu/[email protected] which is dependant on another mod. Both the mods get installed but when you do a steampipe mod list, it just lists one mod.

steampipe mod list

local
└── github.com/pskrbasu/[email protected]

Expected behavior

steampipe mod list

local
└── github.com/pskrbasu/[email protected]
     └── github.com/pskrbasu/[email protected]

Additional context Add any other context about the problem here.

pskrbasu avatar Jan 05 '22 11:01 pskrbasu