diff --git a/src/commands/helpCommands.ts b/src/commands/helpCommands.ts index 156e5a9..cda58b4 100644 --- a/src/commands/helpCommands.ts +++ b/src/commands/helpCommands.ts @@ -15,7 +15,7 @@ export async function magitDispatch(repository: MagitRepository) { } async function openHelpView(repository: MagitRepository) { - let keybindingsPath = path.join(logPath, '..', '..', '..', '..', 'User', 'keybindings.json'); + let keybindingsPath = path.join(logPath, '..', '..', '..', '..', '..', 'User', 'keybindings.json'); let userKeyBindings = []; try {