mirror of
https://github.com/wfxr/forgit.git
synced 2026-09-10 07:16:23 -04:00
fix: fix typo
This commit is contained in:
parent
817244e07b
commit
420d9209d5
|
|
@ -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)"
|
||||
|
|
|
|||
Loading…
Reference in a new issue