Skip to content

Commit

Permalink
Merge pull request #4194 from Pandrex247/PAYARA-4115
Browse files Browse the repository at this point in the history
PAYARA-4115 Fix invalid number of columns message when running list-nodes-docker
  • Loading branch information
Pandrex247 authored Sep 6, 2019
2 parents aaa55d6 + 0eeea73 commit 0c40816
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
})
public class ListNodesDockerCommand implements AdminCommand {

private final static String[] OUTPUT_HEADERS = new String[]{"Name", "Host", "Image", "Port"};
private final static String[] OUTPUT_HEADERS = new String[]{"Name", "Host", "Image", "Port", "TLS Enabled"};

@Inject
private Nodes nodes;
Expand Down

0 comments on commit 0c40816

Please sign in to comment.