Skip to content

Commit 47f1e34

Browse files
Update error message.
1 parent 74fbfdb commit 47f1e34

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ object CodeArtifactPlugin extends AutoPlugin {
5858
)
5959

6060
codeArtifactGetTokenInstructions.value.foreach { instructions =>
61-
streams.value.log.warn(instructions + "\n")
61+
val message = instructions + "\n"
62+
streams.value.log.warn(message)
6263
}
6364
""
6465
}

0 commit comments

Comments
 (0)