Skip to content

Commit c045479

Browse files
committed
Merge branch 'cr/setup-bug-typo' into maint
Typofix in a BUG() message. source: <[email protected]> * cr/setup-bug-typo: setup: fix function name in a BUG() message
2 parents a3178b8 + a3ba4fa commit c045479

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
@@ -1451,7 +1451,7 @@ const char *setup_git_directory_gently(int *nongit_ok)
14511451
* find a repository.
14521452
*/
14531453
default:
1454-
BUG("unhandled setup_git_directory_1() result");
1454+
BUG("unhandled setup_git_directory_gently_1() result");
14551455
}
14561456

14571457
/*

0 commit comments

Comments
 (0)