mirror of
https://github.com/cheat/cheat.git
synced 2025-09-04 11:08:29 +02: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.