From 0eebd5ed1e5bae94078a1d124ba9631e78af4cb3 Mon Sep 17 00:00:00 2001 From: sandroid <88739791+sandr01d@users.noreply.github.com> Date: Sun, 19 Apr 2026 00:04:39 +0200 Subject: [PATCH] fix: fix typo (#520) --- bin/git-forgit | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/git-forgit b/bin/git-forgit index 3417f97..85d94d5 100755 --- a/bin/git-forgit +++ b/bin/git-forgit @@ -1667,7 +1667,7 @@ _forgit_worktree_add() { fi } -check_prequisites() { +check_prerequisites() { local installed_fzf_version local higher_fzf_version @@ -1690,7 +1690,7 @@ main() { local cmd="$1" shift - check_prequisites + check_prerequisites # Set shell for fzf preview commands SHELL="$(which bash)"