Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita913cf8

Browse files
fix: test on windows
1 parentecba0c6 commita913cf8

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-
forsegment:=rangestrings.SplitSeq(filepath.Clean(path),"/") {
21+
forsegment:=rangestrings.SplitSeq(filepath.Clean(path),string(filepath.Separator)) {
2222
ifsegment!="" {
2323
components=append(components,segment)
2424
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp