bug: typo

This commit is contained in:
wjro 2025-05-02 14:59:51 +00:00
parent b13766f960
commit 73e15e12ce

View File

@ -26,7 +26,7 @@ async fn main() {
project_root: "./php".into(), project_root: "./php".into(),
..Default::default() ..Default::default()
}, },
db_size: "2Gi".to_string(), database_size: "2Gi".to_string(),
}; };
// You can choose the type of Topology you want, we suggest starting with the // You can choose the type of Topology you want, we suggest starting with the