elastic / beats-dashboards

DEPRECATED. Moved to https://github.com/elastic/beats. Please use the new repository to add new issues.
Other
196 stars 72 forks source link

Variable 'name' in script is in lowercase in load.sh #82

Closed radoondas closed 8 years ago

radoondas commented 8 years ago

Hi, this would be really small update of the script. Since all of the variables are uppercase, I think it would be logical to rename also this one.

name=`basename $file .json`

I have changed it already in my fork, I can create PR if needed.

ruflin commented 8 years ago

For the reference, PR is already here: https://github.com/elastic/beats-dashboards/pull/83

radoondas commented 8 years ago

This can be closed. It was resolved by PR #86