Skip to content

Commit

Permalink
hmm
Browse files Browse the repository at this point in the history
  • Loading branch information
Keloran committed Dec 5, 2022
1 parent bb28c63 commit 06afe86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logs/logging.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ func (b BugFixes) DoReporting() {

skipDepthOverride := defaultSkipDepth
for {
if notDeepEnough := strings.Contains(b.File, "go-bugfixes/logs/logs.go"); notDeepEnough {
if notDeepEnough := strings.Contains(b.File, "logs/logs.go"); notDeepEnough {
b.skipDepth(skipDepthOverride + 1)
} else {
break
Expand Down

0 comments on commit 06afe86

Please sign in to comment.