Skip to content

Commit

Permalink
Update error message.
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasthomsen committed Aug 21, 2024
1 parent 9ff26c8 commit 74fbfdb
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,11 @@ 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
)

codeArtifactGetTokenInstructions.value.foreach { instructions =>
streams.value.log.warn(
s"""
| ${instructions}
|""".stripMargin
)
streams.value.log.warn(instructions + "\n")
}
""
}
Expand Down

0 comments on commit 74fbfdb

Please sign in to comment.