Skip to content

Commit 3292683

Browse files
committed
cleanup
Signed-off-by: Zhan Milenkov <[email protected]>
1 parent a441a79 commit 3292683

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/commands/network.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -791,7 +791,7 @@ export class NetworkCommand extends BaseCommand {
791791
{
792792
title: 'Initialize',
793793
task: async (context_, task) => {
794-
context_.config = await self.prepareConfig(task, argv, true);
794+
context_.config = await self.prepareConfig(task, argv);
795795
return ListrLock.newAcquireLockTask(lease, task);
796796
},
797797
},
@@ -1061,7 +1061,7 @@ export class NetworkCommand extends BaseCommand {
10611061
{
10621062
title: 'Check auxiliary pods are ready',
10631063
task: (_, task) => {
1064-
const subTasks: SoloListrTask<Context>[] = [];
1064+
const subTasks: SoloListrTask<NetworkDeployContext>[] = [];
10651065

10661066
// minio
10671067
subTasks.push({

0 commit comments

Comments
 (0)