We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89c09ac commit 515cceaCopy full SHA for 515ccea
crates/wash-runtime/src/washlet/mod.rs
@@ -75,7 +75,7 @@ impl ClusterHostBuilder {
75
.with_label("hostgroup", host_group.clone());
76
77
if let Some(host_name) = self.host_name {
78
- builder = builder.with_friendly_name(host_name)
+ builder = builder.with_hostname(host_name)
79
}
80
let heartbeat_interval = self.heartbeat_interval.unwrap_or(HEARTBEAT_INTERVAL);
81
let host = builder.build()?;
0 commit comments