Skip to content

Commit 1b125a4

Browse files
Update packages/cli/src/lib/setup/setupMultihost.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent a8ef109 commit 1b125a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/src/lib/setup/setupMultihost.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ export class Multihost {
328328
console.log('Config ok. Please restart ioBroker: "iobroker restart"');
329329
callback();
330330
} else {
331-
// Find is any of the hosts is "listen all" or reachable
331+
// Find if any of the hosts is "listen all" or reachable
332332
if (Array.isArray(config.states.host)) {
333333
config.states.host = config.states.host.map((sHost: string) =>
334334
tools.isListenAllAddress(sHost) ? (ipHost ?? '') : sHost

0 commit comments

Comments
 (0)