fix: fix typo (#520)

This commit is contained in:
sandroid 2026-04-19 00:04:39 +02:00 committed by GitHub
parent b6a64099b9
commit 0eebd5ed1e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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