Skip to content

Commit fdb5c01

Browse files
committed
fixup! Allow setting default DNS resolvers for HRNs
1 parent 23e948f commit fdb5c01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/builder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ impl fmt::Display for BuildError {
206206
write!(f, "Given network does not match the node's previously configured network.")
207207
},
208208
Self::DnsResolversUnavailable => {
209-
write!(f, "The DNS Resolvers provided for HRN resolution is empty.")
209+
write!(f, "The DNS resolvers provided for HRN resolution is empty.")
210210
},
211211
}
212212
}

0 commit comments

Comments
 (0)