diff --git a/pkg/build/stage/dependencies.go b/pkg/build/stage/dependencies.go index 9593d7bf35..de7b9e0ce7 100644 --- a/pkg/build/stage/dependencies.go +++ b/pkg/build/stage/dependencies.go @@ -325,7 +325,7 @@ func (s *DependenciesStage) generateImportChecksum(ctx context.Context, c Convey } func generateChecksumCommand(from string, includePaths, excludePaths []string, resultChecksumPath string) string { - findCommandParts := append([]string{}, stapel.FindBinPath(), from, "-type", "f") + findCommandParts := append([]string{}, stapel.FindBinPath(), "-H", from, "-type", "f") var nameIncludeArgs []string for _, includePath := range includePaths {