diff --git a/installer/installer.go b/installer/installer.go index c230f05..9704ef6 100644 --- a/installer/installer.go +++ b/installer/installer.go @@ -85,7 +85,7 @@ func New(data []byte) (*Installer, error) { return &Installer{ server: s2, - }, nil + }, err } // Returns the UUID associated with this installer instance.