mirror of
https://github.com/cheat/cheat.git
synced 2025-12-08 16:34:00 +01:00
Performs a minor refactoring on `config.Paths` to consistently use `path.Join` when computing config directory paths. Previously, both `path.Join` and `fmt.Sprintf` were being used, strictly due to an oversight.