mirror of
https://github.com/cheat/cheat.git
synced 2026-05-27 19:48:44 +02:00
408e944eea
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.