Skip to content
This repository has been archived by the owner on Sep 1, 2024. It is now read-only.

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcz authored Dec 27, 2021
1 parent 912df90 commit 19a19d2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmd/openldap_exporter/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ func main() {
Usage: "OpenLDAP bind password (optional)",
EnvVars: []string{"LDAP_PASS"},
}),

altsrc.NewDurationFlag(&cli.DurationFlag{
Name: interval,
Value: 30 * time.Second,
Expand All @@ -85,7 +84,7 @@ func main() {
}),
altsrc.NewStringSliceFlag(&cli.StringSliceFlag{
Name: replicationObject,
Usage: "Object to watch replication uppon",
Usage: "Object to watch replication upon",
}),
&cli.StringFlag{
Name: config,
Expand Down

0 comments on commit 19a19d2

Please sign in to comment.