From 4444a405e0f8b4e4a6bddaa8557d5af42c2ec5a1 Mon Sep 17 00:00:00 2001 From: Tom Wilkie Date: Mon, 30 Nov 2015 14:46:49 +0000 Subject: [PATCH] Fix comment --- common/hostname/hostname.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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