Skip to content

Commit

Permalink
Merge pull request #506 from martinlindhe/fix-adfs-dependencies
Browse files Browse the repository at this point in the history
adfs collector missing dependency
  • Loading branch information
carlpett authored Apr 19, 2020
2 parents 91a64fe + bcb6f2b commit 7890c9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collector/adfs.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
)

func init() {
registerCollector("adfs", newADFSCollector)
registerCollector("adfs", newADFSCollector, "AD FS")
}

type adfsCollector struct {
Expand Down

0 comments on commit 7890c9c

Please sign in to comment.