From 1780a80a15eb2a71bcf737275ba6d3f5ff356441 Mon Sep 17 00:00:00 2001 From: Balint Pato Date: Mon, 29 Apr 2019 15:52:41 -0700 Subject: [PATCH] fix double space (#2027) --- pkg/skaffold/jib/jib.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/skaffold/jib/jib.go b/pkg/skaffold/jib/jib.go index 28f368b0485..03928389b38 100644 --- a/pkg/skaffold/jib/jib.go +++ b/pkg/skaffold/jib/jib.go @@ -130,7 +130,7 @@ func refreshDependencyList(files *filesLists, cmd *exec.Cmd) error { // walkFiles walks through a list of files and directories and performs a callback on each of the files func walkFiles(workspace string, watchedFiles []string, ignoredFiles []string, callback func(path string, info os.FileInfo) error) error { - // Skaffold prefers to deal with relative paths. In *practice*, Jib's dependencies + // Skaffold prefers to deal with relative paths. In *practice*, Jib's dependencies // are *usually* absolute (relative to the root) and canonical (with all symlinks expanded). // But that's not guaranteed, so we try to relativize paths against the workspace as // both an absolute path and as a canonicalized workspace.