Skip to content

Commit

Permalink
Fix up.
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
  • Loading branch information
AndrienkoAleksandr committed Nov 4, 2021
1 parent 5b47ab7 commit 37b0891
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export class DevWorkspaceTasks {
task: async (ctx: any, task: any) => {
ctx.isDevWorkspaceInstalledViaOLM = Boolean(await this.isDevWorkspaceInstalledViaOLM())

task.title = await `${task.title} ...${ctx.isDevWorkspaceInstalledViaOLM ? "Installed": "Not installed"}`
task.title = await `${task.title} ...${ctx.isDevWorkspaceInstalledViaOLM ? 'Installed' : 'Not installed'}`
},
},
{
Expand Down

0 comments on commit 37b0891

Please sign in to comment.