File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -773,7 +773,7 @@ func installCommand() *cli.Command {
773773 if channelRelease , err := release .GetChannelRelease (); err != nil {
774774 return fmt .Errorf ("unable to read channel release data: %w" , err )
775775 } else if channelRelease != nil && channelRelease .Airgap && c .String ("airgap-bundle" ) == "" && ! c .Bool ("no-prompt" ) {
776- logrus .Infof ("You downloaded an air gap bundle but are performing an online installation." )
776+ logrus .Warnf ("You downloaded an air gap bundle but are performing an online installation." )
777777 logrus .Infof ("To do an air gap installation, pass the air gap bundle with --airgap-bundle." )
778778 if ! prompts .New ().Confirm ("Do you want to proceed with an online installation?" , false ) {
779779 return ErrNothingElseToAdd
You can’t perform that action at this time.
0 commit comments