mirror of https://github.com/sbt/sbt.git
Docs: small fix to UpdateReport
This commit is contained in:
parent
19d75ae2f9
commit
664ded9f28
|
|
@ -12,7 +12,7 @@ each resolved configuration. A ``ConfigurationReport`` supplies reports
|
|||
configuration. Finally, a ``ModuleReport`` lists each successfully
|
||||
retrieved ``Artifact`` and the ``File`` it was retrieved to as well as
|
||||
the ``Artifact``\ s that couldn't be downloaded. This missing
|
||||
``Arifact`` list is never empty for ``update``, which will fail if it is
|
||||
``Arifact`` list is always empty for ``update``, which will fail if it is
|
||||
non-empty. However, it may be non-empty for ``updateClassifiers`` and
|
||||
``updateSbtClassifers``.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue