mirror of
https://github.com/sbt/sbt.git
synced 2026-09-08 11:13:23 +02:00
Fix typo
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user