From aa881d59cb304b345b8dacbb382c5af2427a4c8c Mon Sep 17 00:00:00 2001 From: yangtaokm Date: Tue, 22 Oct 2019 17:10:08 +0800 Subject: [PATCH] fix gofmt --- pkg/util/fs_util.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/util/fs_util.go b/pkg/util/fs_util.go index 7d212ee52..307ecfd3c 100644 --- a/pkg/util/fs_util.go +++ b/pkg/util/fs_util.go @@ -641,7 +641,7 @@ func setFilePermissions(path string, mode os.FileMode, uid, gid int) error { return os.Chmod(path, mode) } -// CreateTargetTarfile creates target tar file for downloading the context file. +// CreateTargetTarfile creates target tar file for downloading the context file. // Make directory if directory does not exist func CreateTargetTarfile(tarpath string) (*os.File, error) { baseDir := filepath.Dir(tarpath)