forked from mirrors/jj
spelling: shouldn't
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
fd3f8afe1a
commit
99746a018b
1 changed files with 1 additions and 1 deletions
|
@ -5129,7 +5129,7 @@ fn do_git_clone(
|
|||
let maybe_default_branch =
|
||||
git::fetch(fetch_tx.mut_repo(), &git_repo, remote_name).map_err(|err| match err {
|
||||
GitFetchError::NoSuchRemote(_) => {
|
||||
panic!("should't happen as we just created the git remote")
|
||||
panic!("shouldn't happen as we just created the git remote")
|
||||
}
|
||||
GitFetchError::InternalGitError(err) => {
|
||||
CommandError::UserError(format!("Fetch failed: {err}"))
|
||||
|
|
Loading…
Reference in a new issue