Skip to content

Commit 4904a33

Browse files
committed
Fix trailing whitespace in elasticsearch-optional feature
1 parent 76298b8 commit 4904a33

3 files changed

Lines changed: 286 additions & 286 deletions

File tree

cws-installer/src/main/java/jpl/cws/task/CwsInstaller.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1289,7 +1289,7 @@ private static void setupElasticsearch() {
12891289
if (cws_installer_mode.equals("interactive")) {
12901290
if (elasticsearch_protocol == null) {
12911291
String read_elasticsearch_protocol = readLine("Enter the Elasticsearch protocol (HTTP/HTTPS) or press Enter to skip Elasticsearch setup: ", "");
1292-
1292+
12931293
// Allow user to skip Elasticsearch setup
12941294
if (read_elasticsearch_protocol == null || read_elasticsearch_protocol.trim().isEmpty()) {
12951295
log.info("Elasticsearch setup skipped by user");
@@ -3395,7 +3395,7 @@ private static void installLogstash() throws IOException {
33953395
print(" Skipping Logstash installation (Elasticsearch not configured)");
33963396
return;
33973397
}
3398-
3398+
33993399
// UNZIP / INSTALL / SETUP LOGSTASH
34003400
String logstashZipFilePath = cws_server_root + SEP + "logstash-" + logstash_ver + ".zip";
34013401
String logstashDestDirectory = cws_server_root;

0 commit comments

Comments
 (0)