diff --git a/src/commands/network.ts b/src/commands/network.ts index 45db8bd9e..b0d46b302 100644 --- a/src/commands/network.ts +++ b/src/commands/network.ts @@ -361,7 +361,7 @@ export class NetworkCommand extends BaseCommand { }, { title: 'Check if cluster setup chart is installed', - task: async (ctx, task) => { + task: async () => { const isChartInstalled = await this.chartManager.isChartInstalled('', constants.SOLO_CLUSTER_SETUP_CHART); if (!isChartInstalled) { throw new SoloError(