-
-
Notifications
You must be signed in to change notification settings - Fork 729
Labels
area: fingerprintingChanges related to checksums and caching.Changes related to checksums and caching.
Description
task/internal/fingerprint/glob.go
Line 29 in 8a43ca5
fs, err := execext.ExpandFields(g) |
tasks:
check-sources:
sources:
- sources.txt
generates:
- test.txt
cmds:
- cat sources.txt > test.txt
If a project lives in a path that contains a directory with spaces, this call to ExpandFiles
will split the path at the space and then the fingerprinting will happen on a partial path and fail on line 37 because the given path does not exist.
Metadata
Metadata
Assignees
Labels
area: fingerprintingChanges related to checksums and caching.Changes related to checksums and caching.