This commit is contained in:
Philippus Baalman 2018-08-28 16:25:27 +02:00 committed by GitHub
parent f42ec6f442
commit 081ca94e61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.