Skip to content

Commit ec60f23

Browse files
author
jan
committed
fix travis error message F**up
1 parent e499c77 commit ec60f23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

io.sloeber.core/src/io/sloeber/core/tools/Helpers.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -583,8 +583,8 @@ private static void setTheEnvironmentVariablesAddtheBoardsTxt(IContributedEnviro
583583
Map<String, String> boardSectionMap = boardsFile.getSection(boardID);
584584
if (boardSectionMap == null) {
585585
if (warn) {
586-
String error=Messages.Helpers_error_boards_TXT.replace(PROJECT, confDesc.getProjectDescription().getProject().getName()).replaceAll(CONFIG, confDesc.getName())
587-
.replaceAll(FILE, boardsFile.getTxtFile().toString()).replaceAll(BOARDID, boardID);
586+
String error=Messages.Helpers_error_boards_TXT.replace(PROJECT, confDesc.getProjectDescription().getProject().getName()).replace(CONFIG, confDesc.getName())
587+
.replace(FILE, boardsFile.getTxtFile().toString()).replace(BOARDID, boardID);
588588
Common.log(new Status(IStatus.INFO, Const.CORE_PLUGIN_ID,error));
589589
}
590590
return;

0 commit comments

Comments
 (0)