Merge pull request #385 from P3trur0/patch-1

typo fixed.
This commit is contained in:
eugene yokota 2021-08-15 17:04:54 -04:00 committed by GitHub
commit fb33493969
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -403,7 +403,7 @@ private[sbt] object ConvertResolver {
| publishConfiguration := publishConfiguration.value.withOverwrite(true)
| publishLocalConfiguration := publishLocalConfiguration.value.withOverwrite(true)
|
|If you have a remote cache respoitory, you can enable overwriting as follows:
|If you have a remote cache repository, you can enable overwriting as follows:
| pushRemoteCacheConfiguration := pushRemoteCacheConfiguration.value.withOverwrite(true)
|""".stripMargin,
ex