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 22, 2024
1 parent 7cb1698 commit 40b8b53
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,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
)
streams.value.log.warn(
codeArtifactGetTokenInstructions.value.map("\n" + _ + "\n").getOrElse("")
)
val instructions = codeArtifactGetTokenInstructions.value.map("\n" + _ + "\n").getOrElse("")
streams.value.log.warn(instructions)
""
}
val repos = codeArtifactRepo.value +: codeArtifactResolvers.value
Expand Down

0 comments on commit 40b8b53

Please sign in to comment.