mirror of https://github.com/sbt/sbt.git
Fix typo
This commit is contained in:
parent
f42ec6f442
commit
081ca94e61
|
|
@ -393,7 +393,7 @@ private[sbt] object ConvertResolver {
|
|||
// This error could be thrown either by super.put or the above
|
||||
case ex: IOException if ex.getMessage.contains("destination file exists") =>
|
||||
throw new IOException(
|
||||
s"""PUT operation failed because the desitnation file exists and overwriting is disabled:
|
||||
s"""PUT operation failed because the destination file exists and overwriting is disabled:
|
||||
| source : $source
|
||||
| destination: $destination
|
||||
|If you have a staging repository that has failed, drop it and start over.
|
||||
|
|
|
|||
Loading…
Reference in New Issue