messed with sizing

This commit is contained in:
0xdcarns
2022-05-06 15:05:26 -04:00
parent ec2d825629
commit a36a20fa4c
6 changed files with 24 additions and 10 deletions

View File

@@ -125,7 +125,7 @@ func Pull(cfg *config.ClientConfig) error {
// List - runs list command from cli
func List(cfg config.ClientConfig) error {
err := functions.List(cfg.Network)
_, err := functions.List(cfg.Network)
return err
}