Skip to content

Commit 50038ed

Browse files
committed
Use the official musl domain for the git link
Signed-off-by: Tom Wieczorek <[email protected]>
1 parent 76e3ce7 commit 50038ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/component/worker/kubelet.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ func hasSystemdResolvedNameserver(resolvConfPath string) (bool, error) {
363363
// by whitespace, then try to parse the next bytes as IP address,
364364
// disregarding anything after any additional whitespace.
365365
// https://sourceware.org/git/?p=glibc.git;a=blob;f=resolv/res_init.c;h=cce842fa9311c5bdba629f5e78c19746f75ef18e;hb=refs/tags/glibc-2.37#l396
366-
// https://git.etalabs.net/cgit/musl/tree/src/network/resolvconf.c?h=v1.2.3#n62
366+
// https://git.musl-libc.org/cgit/musl/tree/src/network/resolvconf.c?h=v1.2.3#n62
367367

368368
nameserverLine := regexp.MustCompile(`^nameserver\s+(\S+)`)
369369

0 commit comments

Comments
 (0)