adjust error message

This commit is contained in:
Chris Lu 2021-08-05 21:06:55 -07:00
parent 8cf0c515bf
commit 1e22166939

View file

@ -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")
}