Skip to content

Commit 0e4a3e2

Browse files
committed
update: hub_url binding to hub_urls
Signed-off-by: nabil salah <nabil.salah203@gmail.com>
1 parent 8400479 commit 0e4a3e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bootstrap/bootstrap/src/hub.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use std::path::Path;
1111

1212
#[derive(Deserialize)]
1313
struct ZosConfig {
14-
hub_url: Vec<String>,
14+
hub_urls: Vec<String>,
1515
}
1616

1717
fn get_hub_url(runmode: &RunMode) -> Result<Vec<String>> {

0 commit comments

Comments
 (0)