Skip to content

Commit

Permalink
change hardcoding config file path
Browse files Browse the repository at this point in the history
  • Loading branch information
Carpe-Wang committed Jun 8, 2024
1 parent 35a1a41 commit 3d833e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init/retina/main_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func main() {
if err != nil {
panic(err)
}
configPath := flag.String("config", "/default/path/to/config.yaml", "path to the config file")
configPath := flag.String("config", "/retina/config/config.yaml", "path to the config file")
flag.Parse()
l := zl.Named("init-retina").With(zap.String("version", version))
// Load configuration
Expand Down

0 comments on commit 3d833e7

Please sign in to comment.