Skip to content

Commit

Permalink
fix fullstory
Browse files Browse the repository at this point in the history
  • Loading branch information
zricethezav committed Nov 7, 2023
1 parent 87aa84c commit 0582a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/detectors/fullstory_v2/fullstory_v2.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type Scanner struct{}
var _ detectors.Detector = (*Scanner)(nil)
var _ detectors.Versioner = (*Scanner)(nil)

func (Scanner) Version() int { return 1 }
func (Scanner) Version() int { return 2 }

var (
client = common.SaneHttpClient()
Expand Down

0 comments on commit 0582a45

Please sign in to comment.