We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4ed8c1 commit 7d46435Copy full SHA for 7d46435
1 file changed
sbt-codeartifact/src/main/scala/codeartifact/CodeArtifactPlugin.scala
@@ -53,8 +53,8 @@ object CodeArtifactPlugin extends AutoPlugin {
53
|/_/ \_\_/\_/ |____/ \____\___/ \__,_|\___/_/ \_\_| \__|_|_| \__,_|\___|\__|
54
|
55
56
- |The AWS CodeArtifact sbt plugin was not able to get a valid auth token. If you recieve and error due to
57
- |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
58
)
59
val instructions = codeArtifactGetTokenInstructions.value.map("\n" + _ + "\n").getOrElse("")
60
streams.value.log.warn(instructions)
0 commit comments