Skip to content

Commit

Permalink
cli: don't use "check-out" as a verb (because it's not)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinvonz committed Mar 2, 2024
1 parent 494eba8 commit 4b1948c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/cli_util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2953,7 +2953,7 @@ impl CliRunner {
.map_err(|_| {
user_error_with_hint(
"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
Expand Down

0 comments on commit 4b1948c

Please sign in to comment.