From a2d3f89c7b136780f0ca0400dec3c93c9370df8c Mon Sep 17 00:00:00 2001 From: chrislu Date: Fri, 10 Dec 2021 13:24:38 -0800 Subject: add lock messages --- weed/shell/command_volume_move.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'weed/shell/command_volume_move.go') diff --git a/weed/shell/command_volume_move.go b/weed/shell/command_volume_move.go index ec71ba2b3..796f74264 100644 --- a/weed/shell/command_volume_move.go +++ b/weed/shell/command_volume_move.go @@ -59,7 +59,7 @@ func (c *commandVolumeMove) Do(args []string, commandEnv *CommandEnv, writer io. return nil } - if err = commandEnv.confirmIsLocked(); err != nil { + if err = commandEnv.confirmIsLocked(args); err != nil { return } -- cgit v1.2.3