diff --git a/pkg/bootstrap/isogen/command.go b/pkg/bootstrap/isogen/command.go index e651cc8e5..0c6cfeff3 100644 --- a/pkg/bootstrap/isogen/command.go +++ b/pkg/bootstrap/isogen/command.go @@ -42,11 +42,6 @@ func GenerateBootstrapIso(settings *environment.AirshipCTLSettings, args []strin return err } - // TODO (dukov) This check should be implemented as part of the config module - if manifest == nil { - return config.ErrMissingConfig{What: "manifest for currnet context not found"} - } - if err = verifyInputs(cfg); err != nil { return err }