Skip to content

Commit 6d65013

Browse files
committed
Merge branch 'cr/setup-bug-typo'
Typofix in a BUG() message. * cr/setup-bug-typo: setup: fix function name in a BUG() message
2 parents b5a2d6c + a3ba4fa commit 6d65013

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1402,7 +1402,7 @@ const char *setup_git_directory_gently(int *nongit_ok)
14021402
* find a repository.
14031403
*/
14041404
default:
1405-
BUG("unhandled setup_git_directory_1() result");
1405+
BUG("unhandled setup_git_directory_gently_1() result");
14061406
}
14071407

14081408
/*

0 commit comments

Comments
 (0)