Skip to content

Commit 29aa32a

Browse files
committed
actually add hosts for discoveries
1 parent aef37fc commit 29aa32a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

internals/discovery/discovery.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,8 @@ func getContainerDiff() (Diff[string], error) {
150150
} else {
151151
logger.Info("Added ", container.Names[0])
152152

153+
globalDiff.Added = append(globalDiff.Added, hosts...)
154+
153155
logger.Dev("!> With ", strings.Join(hosts, ","))
154156
}
155157

0 commit comments

Comments
 (0)