From 4652619e525492340ac84dadb6b3744f8373400d Mon Sep 17 00:00:00 2001 From: yank1 Date: Mon, 12 Feb 2018 18:55:25 +0800 Subject: [PATCH] fix a typo in tool_template.go --- cmd/kops/toolbox_template.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/kops/toolbox_template.go b/cmd/kops/toolbox_template.go index f83e8ffdc4..d1c8ef3ba0 100644 --- a/cmd/kops/toolbox_template.go +++ b/cmd/kops/toolbox_template.go @@ -234,7 +234,7 @@ func newTemplateContext(files []string) (map[string]interface{}, error) { // expandFiles is responsible for resolving any references to directories func expandFiles(path string) ([]string, error) { - // @check if the the path is a directory, if not we can return straight away + // @check if the path is a directory, if not we can return straight away stat, err := os.Stat(path) if err != nil { return nil, err