Skip to content

Commit

Permalink
Use the right environment variable in _forgit_git_add
Browse files Browse the repository at this point in the history
  • Loading branch information
sandr01d committed Dec 12, 2023
1 parent 0ae699c commit 4019779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/git-forgit
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ _forgit_add_preview() {
}

_forgit_git_add() {
git add "${_forgit_diff_git_opts[@]}" "$@"
git add "${_forgit_add_git_opts[@]}" "$@"
}

_forgit_get_single_file_from_add_line() {
Expand Down

0 comments on commit 4019779

Please sign in to comment.