Skip to content

Commit

Permalink
fix: followup to #1787 - remove orphaned downstream annotation (#1827)
Browse files Browse the repository at this point in the history
Change-Id: Id0333904479f1aa1228b9a2702648c6d39904394
Signed-off-by: nickboldt <nboldt@redhat.com>
  • Loading branch information
nickboldt authored Nov 15, 2021
1 parent 666b698 commit d3fa733
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tasks/installers/installer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ export class InstallerTasks {
} else if (flags.installer === 'olm') {
title = '🏃‍ Running Olm installaion Eclipse Che'
task = () => new Listr(olmTasks.startTasks(flags, command), ctx.listrOptions)
// installer.ts BEGIN CHE ONLY
} else {
title = '🏃‍ Installer preflight check'
task = () => {
Expand Down

0 comments on commit d3fa733

Please sign in to comment.