mirror of
https://github.com/sbt/sbt.git
synced 2026-09-03 08:34:34 +02:00
Docs: small fix to UpdateReport
This commit is contained in:
@@ -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``.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user