Skip to content

Commit

Permalink
fix false positive in trailing period conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoisaiah committed Aug 31, 2024
1 parent f5b5968 commit b7b705b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validate/validate.go
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ func checkTrailingPeriodConflictInWindows(
) (conflictDetected bool) {
if runtime.GOOS == osutil.Windows {
pathComponents := strings.Split(
ctx.change.Target,
ctx.change.TargetPath,
string(os.PathSeparator),
)

Expand Down

0 comments on commit b7b705b

Please sign in to comment.