Merge branch 'cr/setup-bug-typo'

Typofix in a BUG() message.

* cr/setup-bug-typo:
  setup: fix function name in a BUG() message
maint
Junio C Hamano 2022-07-11 15:38:52 -07:00
commit 6d65013bb7
1 changed files with 1 additions and 1 deletions

View File

@ -1402,7 +1402,7 @@ const char *setup_git_directory_gently(int *nongit_ok)
* find a repository.
*/
default:
BUG("unhandled setup_git_directory_1() result");
BUG("unhandled setup_git_directory_gently_1() result");
}

/*