1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-30 03:23:08 +03:00

even better structure

This commit is contained in:
Jesse Duffield
2022-08-14 11:24:07 +10:00
parent f3837000dd
commit 349a7d2453
9 changed files with 431 additions and 318 deletions

View File

@ -45,7 +45,7 @@ func CommandToRun() string {
}
func GetDir() string {
return integration.GetRootDirectory() + "/docs/keybindings"
return integration.GetProjectRootDirectory() + "/docs/keybindings"
}
func generateAtDir(cheatsheetDir string) {