test
This commit is contained in:
parent
12d517ff5c
commit
2bc76d4141
@ -27,10 +27,6 @@ func (c *VersionController) Status() {
|
|||||||
errStr := ""
|
errStr := ""
|
||||||
api := tools.API{}
|
api := tools.API{}
|
||||||
state, code, err := api.GetState()
|
state, code, err := api.GetState()
|
||||||
|
|
||||||
if state == tools.ALIVE {
|
|
||||||
state, _, err = api.CheckRemoteAPIs([]string{})
|
|
||||||
}
|
|
||||||
if err != nil {
|
if err != nil {
|
||||||
errStr = err.Error()
|
errStr = err.Error()
|
||||||
}
|
}
|
||||||
|
BIN
oc-catalog
BIN
oc-catalog
Binary file not shown.
Loading…
Reference in New Issue
Block a user