Skip to content

Commit

Permalink
change fix
Browse files Browse the repository at this point in the history
Signed-off-by: Jeffrey Tang <[email protected]>
  • Loading branch information
JeffreyDallas committed Jan 22, 2025
1 parent e9d86d2 commit 6b83b4d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/commands/explorer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ import * as constants from '../core/constants.js';
import {type ProfileManager} from '../core/profile_manager.js';
import {BaseCommand} from './base.js';
import {Flags as flags} from './flags.js';
import {ListrRemoteConfig} from '../core/config/remote/listr_config_tasks.js';
import {type CommandBuilder} from '../types/aliases.js';
import {type Opts} from '../types/command_types.js';
import {ListrLease} from '../core/lease/listr_lease.js';
Expand Down Expand Up @@ -190,6 +191,7 @@ export class ExplorerCommand extends BaseCommand {
return ListrLease.newAcquireLeaseTask(lease, task);
},
},
ListrRemoteConfig.loadRemoteConfig.bind(this)(argv),
{
title: 'Upgrade solo-setup chart',
task: async ctx => {
Expand Down Expand Up @@ -353,6 +355,7 @@ export class ExplorerCommand extends BaseCommand {
return ListrLease.newAcquireLeaseTask(lease, task);
},
},
ListrRemoteConfig.loadRemoteConfig.bind(this)(argv),
{
title: 'Destroy explorer',
task: async ctx => {
Expand Down

0 comments on commit 6b83b4d

Please sign in to comment.