mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-21 07:27:24 +08:00
adjust error message
This commit is contained in:
@@ -75,7 +75,7 @@ func (ce *CommandEnv) confirmIsLocked() error {
|
|||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
return fmt.Errorf("need to lock to continue")
|
return fmt.Errorf("need to run \"lock\" first to continue")
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user