Skip to content

Commit 8a2c1d6

Browse files
authored
Merge pull request #3495 from gravitl/v0.99_fixes
update dns settigns on migration
2 parents 31d485b + 087b739 commit 8a2c1d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

migrate/migrate.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ func updateHosts() {
202202
} else {
203203
host.DNS = "no"
204204
}
205+
logic.UpsertHost(&host)
205206
}
206207
}
207208
}

0 commit comments

Comments
 (0)