From 4b1948c38e46c598e3c74f08df8123bd69a3335c Mon Sep 17 00:00:00 2001 From: Martin von Zweigbergk Date: Sat, 2 Mar 2024 06:20:25 -0800 Subject: [PATCH] cli: don't use "check-out" as a verb (because it's not) --- cli/src/cli_util.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/src/cli_util.rs b/cli/src/cli_util.rs index 630dd94b57..eb49fe6e55 100644 --- a/cli/src/cli_util.rs +++ b/cli/src/cli_util.rs @@ -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