Skip to content

Commit

Permalink
fix double space (#2027)
Browse files Browse the repository at this point in the history
  • Loading branch information
balopat authored Apr 29, 2019
1 parent 380a436 commit 1780a80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/skaffold/jib/jib.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1780a80

Please sign in to comment.