forked from mirrors/jj
cli: don't use "check-out" as a verb (because it's not)
This commit is contained in:
parent
494eba82b5
commit
4b1948c38e
1 changed files with 1 additions and 1 deletions
|
@ -2953,7 +2953,7 @@ impl CliRunner {
|
||||||
.map_err(|_| {
|
.map_err(|_| {
|
||||||
user_error_with_hint(
|
user_error_with_hint(
|
||||||
"Could not determine current directory",
|
"Could not determine current directory",
|
||||||
"Did you check-out a commit where the directory doesn't exist?",
|
"Did you update to a commit where the directory doesn't exist?",
|
||||||
)
|
)
|
||||||
})?;
|
})?;
|
||||||
// Use cwd-relative workspace configs to resolve default command and
|
// Use cwd-relative workspace configs to resolve default command and
|
||||||
|
|
Loading…
Reference in a new issue