Skip to content

Commit

Permalink
Merge pull request #9 from Iterable/FixWarnTypo
Browse files Browse the repository at this point in the history
Fix typos in warning message
  • Loading branch information
douglasthomsen authored Aug 29, 2024
2 parents dcac308 + 7d46435 commit 87713d2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ object CodeArtifactPlugin extends AutoPlugin {
|/_/ \_\_/\_/ |____/ \____\___/ \__,_|\___/_/ \_\_| \__|_|_| \__,_|\___|\__|
|
|
|The AWS CodeArtifact sbt plugin was not able to get a valid auth token. If you recieve and error due to
|the a dependency not being found then it could be caused by this.""".stripMargin
|The AWS CodeArtifact sbt plugin was not able to get a valid auth token. If you receive an error due to
|a dependency not being found then it could be caused by this.""".stripMargin
)
val instructions = codeArtifactGetTokenInstructions.value.map("\n" + _ + "\n").getOrElse("")
streams.value.log.warn(instructions)
Expand Down

0 comments on commit 87713d2

Please sign in to comment.