Skip to content

Commit

Permalink
change global.DataFile to data/data.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
proditis committed May 17, 2022
1 parent ed91a98 commit af31d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion global/global.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const (
// DefaultAccessLogFile is the default access log file name
DefaultAccessLogFile = "access.log"
// DefaultDataFile is the default data file name
DefaultDataFile = "data.yaml"
DefaultDataFile = "data/data.yaml"
// DefaultPIDFile is the default pid file name
DefaultPIDFile = "easeprobe.pid"
)
Expand Down

0 comments on commit af31d5e

Please sign in to comment.