diff --git a/common/hostname/hostname.go b/common/hostname/hostname.go index 722ab2d6d..799dcea90 100644 --- a/common/hostname/hostname.go +++ b/common/hostname/hostname.go @@ -2,7 +2,7 @@ package hostname import "os" -// Hostname returns the hostname of this host. +// Get returns the hostname of this host. func Get() string { if hostname := os.Getenv("SCOPE_HOSTNAME"); hostname != "" { return hostname