Skip to content

Commit

Permalink
Fix format code
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
  • Loading branch information
AndrienkoAleksandr committed Oct 19, 2020
1 parent b3c35ba commit 1fb1bd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/commands/server/update.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,8 @@ export default class Update extends Command {
|| cheCluster.spec.database.postgresImage
|| cheCluster.spec.server.pluginRegistryImage
|| cheCluster.spec.auth.identityProviderImage) {
cli.warn(`In order to update Eclipse Che the images defined in the '${cheCluster.metadata.name}'
Custom Resource of the namespace '${flags.chenamespace}' will be cleaned up:`);
cli.warn(`In order to update Eclipse Che the images defined in the '${cheCluster.metadata.name}'
Custom Resource of the namespace '${flags.chenamespace}' will be cleaned up:`)
cheCluster.spec.server.cheImageTag && cli.warn(`Eclipse Che server image tag [${cheCluster.spec.server.cheImageTag}]`)
cheCluster.spec.server.cheImage && cli.warn(`Eclipse Che server [${cheCluster.spec.server.cheImage}]`)
cheCluster.spec.database.postgresImage && cli.warn(`Database [${cheCluster.spec.database.postgresImage}]`)
Expand Down

0 comments on commit 1fb1bd7

Please sign in to comment.