change version of ubuntu

This commit is contained in:
afeiszli
2021-10-19 15:53:01 -04:00
parent 8a2971bef6
commit fb4d2d1272
29 changed files with 497 additions and 1100 deletions

View File

@@ -192,7 +192,7 @@ func Pull(cfg config.ClientConfig) error {
}
func List(cfg config.ClientConfig) error {
err := functions.List()
err := functions.List(cfg.Network)
return err
}