Skip to content

Commit 7d46435

Browse files
Update warn message.
1 parent a4ed8c1 commit 7d46435

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sbt-codeartifact/src/main/scala/codeartifact/CodeArtifactPlugin.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ object CodeArtifactPlugin extends AutoPlugin {
5353
|/_/ \_\_/\_/ |____/ \____\___/ \__,_|\___/_/ \_\_| \__|_|_| \__,_|\___|\__|
5454
|
5555
|
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
56+
|The AWS CodeArtifact sbt plugin was not able to get a valid auth token. If you receive an error due to
57+
|a dependency not being found then it could be caused by this.""".stripMargin
5858
)
5959
val instructions = codeArtifactGetTokenInstructions.value.map("\n" + _ + "\n").getOrElse("")
6060
streams.value.log.warn(instructions)

0 commit comments

Comments
 (0)