From 40197792e32897f410f9e79d5a2cf8a3bef5edd7 Mon Sep 17 00:00:00 2001 From: sandroid Date: Tue, 12 Dec 2023 21:26:44 +0100 Subject: [PATCH] Use the right environment variable in _forgit_git_add --- bin/git-forgit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/git-forgit b/bin/git-forgit index a11aefbe..c01c7559 100755 --- a/bin/git-forgit +++ b/bin/git-forgit @@ -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() {