Skip to content

Commit

Permalink
Fixes after rebasing
Browse files Browse the repository at this point in the history
Signed-off-by: Anatolii Bazko <abazko@redhat.com>
  • Loading branch information
tolusha committed Oct 23, 2020
1 parent ccd0113 commit 69e1c76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/commands/server/update.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ import { getPrintHighlightedMessagesTask } from '../../tasks/installers/common-t
import { InstallerTasks } from '../../tasks/installers/installer'
import { ApiTasks } from '../../tasks/platforms/api'
import { CommonPlatformTasks } from '../../tasks/platforms/common-platform-tasks'
import { PlatformTasks } from '../../tasks/platforms/platform'
import { getCommandSuccessMessage, getImageTag, initializeContext, isKubernetesPlatformFamily, readCRFile } from '../../util'
import { getCommandSuccessMessage, getImageTag, initializeContext, readCRFile } from '../../util'

export default class Update extends Command {
static description = 'Update Eclipse Che server.'
Expand Down
2 changes: 1 addition & 1 deletion src/tasks/platforms/common-platform-tasks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export namespace CommonPlatformTasks {
let kube = new KubeHelper(flags)
return {
title: 'Verify Openshift oauth.',
enabled: (ctx: any) => ctx.isOpenShift && isOAuthEnabled(flags, ctx),
enabled: (ctx: any) => ctx.isOpenShift && isOAuthEnabled(ctx),
task: async (ctx: any, task: any) => {
if (ctx.isOpenShift4) {
const providers = await kube.getOpenshiftAuthProviders()
Expand Down

0 comments on commit 69e1c76

Please sign in to comment.