From 7d464359706a38fa2656ccc5b194379a698fd3fa Mon Sep 17 00:00:00 2001 From: Douglas Thomsen Date: Thu, 29 Aug 2024 11:21:42 -0600 Subject: [PATCH] Update warn message. --- .../src/main/scala/codeartifact/CodeArtifactPlugin.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sbt-codeartifact/src/main/scala/codeartifact/CodeArtifactPlugin.scala b/sbt-codeartifact/src/main/scala/codeartifact/CodeArtifactPlugin.scala index 1cfda85..16a7968 100644 --- a/sbt-codeartifact/src/main/scala/codeartifact/CodeArtifactPlugin.scala +++ b/sbt-codeartifact/src/main/scala/codeartifact/CodeArtifactPlugin.scala @@ -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)