fix: fix typo

This commit is contained in:
sandroid 2026-04-18 23:37:35 +02:00
parent 817244e07b
commit 420d9209d5
No known key found for this signature in database
GPG key ID: 91418C9982B8B76E

View file

@ -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)"