Skip to content

Commit

Permalink
actually return the keycloak task
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Vala <[email protected]>
  • Loading branch information
sparkoo committed Aug 5, 2021
1 parent 4242141 commit 41d51fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tasks/che.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export class CheTasks {
task: () => {}
}
}
this.kubeTasks.podStartTasks(this.keycloakSelector, this.cheNamespace)
return this.kubeTasks.podStartTasks(this.keycloakSelector, this.cheNamespace)
},
},
{
Expand Down

0 comments on commit 41d51fa

Please sign in to comment.