From 2024694c2a1882987ea6413f0e21ee4a795f8683 Mon Sep 17 00:00:00 2001 From: Konstantin Lebedev <9497591+kmlebedev@users.noreply.github.com> Date: Sat, 9 Nov 2024 23:03:37 +0500 Subject: [PATCH] fix typo --- weed/shell/command_volume_balance.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weed/shell/command_volume_balance.go b/weed/shell/command_volume_balance.go index 9805d7678..880b74d53 100644 --- a/weed/shell/command_volume_balance.go +++ b/weed/shell/command_volume_balance.go @@ -93,7 +93,7 @@ func (c *commandVolumeBalance) Do(args []string, commandEnv *CommandEnv, writer if err = balanceCommand.Parse(args); err != nil { return nil } - infoAboutSimulationMode(writer, *c.parallelBalancing, "-force") + infoAboutSimulationMode(writer, *c.applyBalancing, "-force") if *noLock { commandEnv.noLock = true