adjust error message
This commit is contained in:
@@ -75,7 +75,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")
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user