Skip to content

Commit e7769d0

Browse files
author
David Bennett
authored
Merge pull request #43 from EvgeniyPatlan/master
Set correct repo name
2 parents 237eed6 + 226432d commit e7769d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mongodb_exporter.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ import (
99
"os"
1010
"strings"
1111

12-
"github.com/Percona/mongodb_exporter/collector"
13-
"github.com/Percona/mongodb_exporter/shared"
12+
"github.com/percona/mongodb_exporter/collector"
13+
"github.com/percona/mongodb_exporter/shared"
1414

1515
"github.com/prometheus/client_golang/prometheus"
1616
"gopkg.in/yaml.v2"

0 commit comments

Comments
 (0)