1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-06-29 05:41:02 +02:00

Merge branch 'master' into add_remote_storage

This commit is contained in:
Chris Lu 2021-08-05 21:07:04 -07:00
commit 286e5dd375

View file

@ -76,7 +76,7 @@ func (ce *CommandEnv) confirmIsLocked() error {
return nil
}
return fmt.Errorf("need to lock to continue")
return fmt.Errorf("need to run \"lock\" first to continue")
}