Skip to content

Commit

Permalink
Updated colors
Browse files Browse the repository at this point in the history
  • Loading branch information
bhatti committed Dec 8, 2020
1 parent 82a93cb commit 079005f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified dist/all-in-one-jar-1.2.0.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion src/main/java/com/nowsecure/auto/circleci/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ public void info(String msg) {
@Override
public void info(String msg, Color color) {
if (color == null) {
color = Color.Blue;
color = Color.Cyan;
}
System.out.println(color.format("INFO " + new Date() + "@" + IOHelper.getLocalHost() + ":" + PLUGIN_NAME + " v"
+ IOHelper.getVersion() + " " + msg));
Expand Down

0 comments on commit 079005f

Please sign in to comment.