mirror of
https://github.com/prometheus-community/windows_exporter
synced 2025-01-14 02:52:36 +00:00
Merge pull request #882 from geraudster/fix/textfile_default_path
Fix default path for textfile collector
This commit is contained in:
commit
479e6b1381
@ -338,5 +338,5 @@ func checkBOM(encoding utfbom.Encoding) error {
|
||||
|
||||
func getDefaultPath() string {
|
||||
execPath, _ := os.Executable()
|
||||
return filepath.Join(execPath, "textfile_inputs")
|
||||
return filepath.Join(filepath.Dir(execPath), "textfile_inputs")
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user