Skip to content

Commit eedc786

Browse files
committed
Fix typo in mvn-install docstring
1 parent 6fb2523 commit eedc786

File tree

1 file changed

+1
-1
lines changed
  • src/main/clojure/clojure/tools/deps/cli

1 file changed

+1
-1
lines changed

src/main/clojure/clojure/tools/deps/cli/api.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@
361361
:local-repo (optional) - path to local repo (default = ~/.m2/repository)
362362
363363
Execute ad-hoc:
364-
clj -X:deps mvn/install :jar '\"foo-1.2.3.jar\"'"
364+
clj -X:deps mvn-install :jar '\"foo-1.2.3.jar\"'"
365365
[{:keys [jar pom lib version classifier local-repo]}]
366366
(println "Installing" jar (if pom (str "and " pom) ""))
367367
(let [{:keys [pom-file group-id artifact-id version classifier]}

0 commit comments

Comments
 (0)