From 68687cb972f7c83fd097d245297aa5ce74f37429 Mon Sep 17 00:00:00 2001 From: mapleeit <522856232@qq.com> Date: Mon, 15 Apr 2019 11:30:03 +0800 Subject: [PATCH] fix a typo --- cmd/drone-controller/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/drone-controller/main.go b/cmd/drone-controller/main.go index 91a67424..286fd58e 100644 --- a/cmd/drone-controller/main.go +++ b/cmd/drone-controller/main.go @@ -128,7 +128,7 @@ func isKubernetes() bool { return os.Getenv("KUBERNETES_SERVICE_HOST") != "" } -// helper funciton configures the logging. +// helper function configures the logging. func initLogging(c config.Config) { if c.Logging.Debug { logrus.SetLevel(logrus.DebugLevel)