mirror of
https://github.com/cheat/cheat.git
synced 2025-11-04 15:55:27 +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.