Skip to content

Commit a6f7782

Browse files
committed
fix accidental revert
1 parent 51d4a97 commit a6f7782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libpkg/pkg_config.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ static struct config_entry c[] = {
277277
{
278278
PKG_BOOL,
279279
"CASE_SENSITIVE_MATCH",
280-
"NO",
280+
"YES",
281281
},
282282
{
283283
PKG_INT,

0 commit comments

Comments
 (0)