Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ruflin committed Mar 4, 2019
1 parent bf7b30d commit 976e12c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metricbeat/mb/testing/data_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ func getModulesPath() string {
}

func getModulePath(module string) string {
return getModulePath() + "/" + module
return getModulesPath() + "/" + module
}

func getMetricsetPath(module, metricSet string) string {
Expand Down

0 comments on commit 976e12c

Please sign in to comment.