Whoops, sync correctly

This commit is contained in:
Dane Everitt
2020-07-19 17:26:53 -07:00
parent 16467fa7ff
commit 21e58b57a1
2 changed files with 5 additions and 7 deletions

View File

@@ -80,7 +80,7 @@ func New(data []byte) (*Installer, error) {
// Create a new server instance using the configuration we wrote to the disk
// so that everything gets instantiated correctly on the struct.
s, err := server.FromConfiguration(c, true)
s, err := server.FromConfiguration(c)
return &Installer{
server: s,