Skip to content

Commit a56c827

Browse files
fix: test on windows
1 parent e39edf2 commit a56c827

File tree

1 file changed

+1
-1
lines changed
  • agent/agentcontainers/ignore

1 file changed

+1
-1
lines changed

agent/agentcontainers/ignore/dir.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ func FilePathToParts(path string) []string {
1818
return []string{}
1919
}
2020

21-
for segment := range strings.SplitSeq(filepath.Clean(path), "/") {
21+
for segment := range strings.SplitSeq(filepath.Clean(path), string(filepath.Separator)) {
2222
if segment != "" {
2323
components = append(components, segment)
2424
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy