aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNacho Barrientos <nacho.barrientos@cern.ch>2022-08-19 07:02:42 +0200
committerKyle Meyer <kyle@kyleam.com>2022-08-20 14:22:35 -0400
commit5d35a86af79ce2f69c1a7d18821a600f159a39e7 (patch)
treed4bbf8b654c1b04d3c30b11b962904694575a9d6
parent5e1e6d317b2ea27e734b73be6f1904f7578267fd (diff)
Set type of magit-clone-url-format to string
It's used as a format string so string represents better the type than regexp.
-rw-r--r--lisp/magit-clone.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/magit-clone.el b/lisp/magit-clone.el
index 302dcdd..d6d889c 100644
--- a/lisp/magit-clone.el
+++ b/lisp/magit-clone.el
@@ -98,7 +98,7 @@ as the username itself."
the name of the owner. Also see `magit-clone-name-alist'."
:package-version '(magit . "3.0.0")
:group 'magit-commands
- :type 'regexp)
+ :type 'string)
;;; Commands