likes work!
[shpub.git] / src / shpub / Cli.php
index fb22d3fb5db9c7b9bc4427c035f3c44add22a1ee..32dcbe2d929e5c0332571ebc3d372fa9924a3f38 100644 (file)
@@ -181,6 +181,8 @@ class Cli
                 'Server data incomplete. "shpub connect" first.'
             );
         }
+
+        $this->cfg->host->loadEndpoints();
     }
 }
 ?>