Wrap up 1.1.0

This commit is contained in:
Mukhtar Akere
2025-08-09 10:55:10 +01:00
parent 7c8156eacf
commit 3aeb806033
54 changed files with 1592 additions and 1523 deletions

View File

@@ -49,7 +49,7 @@ func (m *Manager) checkMountHealth(provider string) bool {
},
}
_, err := m.makeRequest(req)
_, err := m.makeRequest(req, true)
return err == nil
}