Skip to content

Commit 042b999

Browse files
committed
Formatting
1 parent 201fa20 commit 042b999

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

utility/install/installer.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,8 @@ async function install() {
110110

111111
// REPLICATION_HOSTNAME was renamed to NODE_HOSTNAME in v5, but we still support the replication value if provided
112112
if (promptOverride[hdbTerms.INSTALL_PROMPTS.REPLICATION_HOSTNAME]) {
113-
promptOverride[hdbTerms.INSTALL_PROMPTS.NODE_HOSTNAME] = promptOverride[hdbTerms.INSTALL_PROMPTS.REPLICATION_HOSTNAME];
113+
promptOverride[hdbTerms.INSTALL_PROMPTS.NODE_HOSTNAME] =
114+
promptOverride[hdbTerms.INSTALL_PROMPTS.REPLICATION_HOSTNAME];
114115
}
115116

116117
// For backwards compatibility for a time before DEFAULTS_MODE (and host name) assume prod when these args used

0 commit comments

Comments
 (0)