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