fix checks
All checks were successful
Run Check Script / check (pull_request) Successful in 1m32s

This commit is contained in:
tahahawa
2025-06-20 16:10:16 -04:00
parent 2cb95151ae
commit dec4b76b57
7 changed files with 33 additions and 31 deletions

View File

@@ -43,7 +43,7 @@ async fn main() {
// K8sAnywhereTopology as it is the most automatic one that enables you to easily deploy
// locally, to development environment from a CI, to staging, and to production with settings
// that automatically adapt to each environment grade.
let mut maestro = Maestro::<K8sAnywhereTopology>::initialize(
let maestro = Maestro::<K8sAnywhereTopology>::initialize(
Inventory::autoload(),
K8sAnywhereTopology::from_env(),
)