fix a typo in tool_template.go

This commit is contained in:
yank1 2018-02-12 18:55:25 +08:00
parent b385caf054
commit 4652619e52
1 changed files with 1 additions and 1 deletions

View File

@ -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