Skip to content

Commit

Permalink
Add choose of the folder option
Browse files Browse the repository at this point in the history
  • Loading branch information
galushko committed Feb 21, 2024
1 parent c6d1f1d commit 9523888
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
public class PrintDestinations extends CliCommandExecutor {
@Override
protected String getResultString(List<String> lines, SmartJson rabbitMessage) {
log.debug(String.format("[getResultString] [%s]", String.join(", ", lines )));
String[] result = new String[4];
result[0] = "(";
result[2] = ") ";
Expand Down

0 comments on commit 9523888

Please sign in to comment.