Skip to content

Commit

Permalink
Update pkg/utils/glob_utils.go
Browse files Browse the repository at this point in the history
  • Loading branch information
osterman authored Dec 23, 2024
1 parent 80c9ec1 commit 281dc34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/utils/glob_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ func GetGlobMatches(pattern string) ([]string, error) {
return strings.Split(existingMatches.(string), ","), nil
}

// Convert the pattern to use / as the separatoratorator regardless of platform
// Convert the pattern to use / as the separator regardless of platform
allOsSafePattern := filepath.ToSlash(pattern)

base, cleanPattern := doublestar.SplitPattern(allOsSafePattern)
Expand Down

0 comments on commit 281dc34

Please sign in to comment.