Move from .yaml to .yml in update rules

Signed-off-by: Goutham Veeramachaneni <cs14btech11014@iith.ac.in>
This commit is contained in:
Goutham Veeramachaneni 2017-06-21 18:38:37 +05:30
parent e3701077c3
commit f9202c6511
No known key found for this signature in database
GPG key ID: F1C217E8E9023CAD

View file

@ -278,7 +278,7 @@ func updateRules(filename string) error {
return err
}
return ioutil.WriteFile(filename+".yaml", y, 0666)
return ioutil.WriteFile(filename+".yml", y, 0666)
}
var checkMetricsUsage = strings.TrimSpace(`