diff options
-rw-r--r-- | annexview.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/annexview.el b/annexview.el index 81a37fc..5f6d097 100644 --- a/annexview.el +++ b/annexview.el @@ -90,7 +90,7 @@ (if (boundp 'magit-git-executable) magit-git-executable "git") "Invoke git like this. And invoke git-annex by using \"annex\" as the subcommand." - :type 'stringp) + :type 'string) ;;; Metadata inspection |