branch: elpa/magit
commit 2d03acf96546640a46e4ab8e7b3632e1d8782a16
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
magit-ignore-submodules-p: Complete recent edit
---
lisp/magit-git.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/magit-git.el b/lisp/magit-git.el
index c7c6a1acbd..9ac36e9a4f 100644
--- a/lisp/magit-git.el
+++ b/lisp/magit-git.el
@@ -1473,7 +1473,7 @@ are considered."
(_(not (equal arg "--ignore-submodules=none"))))
arg)
(and-let* ((val (magit-get "diff.ignoreSubmodules"))
- (_(not (equal $ "none"))))
+ (_(not (equal val "none"))))
(if return-argument
(concat "--ignore-submodules=" val)
(concat "diff.ignoreSubmodules=" val)))))