Skip to content

Commit

Permalink
Fix folder for the 5.x version of the dashboards (#5499)
Browse files Browse the repository at this point in the history
It was changed to '5x', I think by mistake, in #5352.
  • Loading branch information
tsg authored and kvch committed Nov 2, 2017
1 parent 7b4dd0d commit 0b3ff13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libbeat/dashboards/importer.go
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ func (imp Importer) ImportKibanaDir(dir string) error {

versionPath := "default"
if imp.version.Major == 5 {
versionPath = "5x"
versionPath = "5.x"
}

dir = path.Join(dir, versionPath)
Expand Down

0 comments on commit 0b3ff13

Please sign in to comment.