Skip to content

Commit

Permalink
Merge pull request #378 from priyawadhwa/broken
Browse files Browse the repository at this point in the history
Fix travis @ HEAD
  • Loading branch information
priyawadhwa authored Oct 1, 2018
2 parents 8f0d257 + 589197b commit e4e6fb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ func filterDiff(f []fileDiff) []fileDiff {
for _, diff := range f {
isWhitelisted := false
for _, p := range allowedDiffPaths {
if util.HasFilepathPrefix(diff.Name, p) {
if util.HasFilepathPrefix(diff.Name, p, false) {
isWhitelisted = true
break
}
Expand Down

0 comments on commit e4e6fb6

Please sign in to comment.