mirror of
https://github.com/Graylog2/graylog-project-cli.git
synced 2026-03-13 08:02:57 +08:00
Always resolve the symlinks before returning the current working directory name. Functions like filepath.Walk do not handle symlinks well. Found out the hard way by @kroepke - Thanks!