Skip to content

Commit

Permalink
Fix linter error
Browse files Browse the repository at this point in the history
Signed-off-by: Mykola Morhun <[email protected]>
  • Loading branch information
mmorhun committed Sep 22, 2021
1 parent d6e8cf3 commit a09a66c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tasks/installers/olm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ export class OLMTasks {
},
},
{
title: `Delete(OLM) Eclipse Che cluster service versions for all namespaces mode`,
title: 'Delete(OLM) Eclipse Che cluster service versions for all namespaces mode',
enabled: ctx => ctx.isPreInstalledOLM && flags.chenamespace !== ctx.operatorNamespace,
task: async (ctx: any, task: any) => {
const csvs = await kube.getClusterServiceVersions(ctx.operatorNamespace)
Expand Down

0 comments on commit a09a66c

Please sign in to comment.