Skip to content

Commit

Permalink
libpkg: fix regression in config parsing
Browse files Browse the repository at this point in the history
Commit 9df5da5 which aimed to only removed dead code accidentally
deleted the default value for VALID_URL_SCHEME.

My text editor magic failed me as this option lacked a description even
before 9df5da5.

This commit fixes the regression.

Sponsored by:	The FreeBSD Foundation
  • Loading branch information
ifreund authored and bapt committed Dec 2, 2024
1 parent 9df5da5 commit 0fff8d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libpkg/pkg_config.c
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,7 @@ static struct config_entry c[] = {
{
PKG_ARRAY,
"VALID_URL_SCHEME",
"pkg+http,pkg+https,https,http,file,ssh,tcp",
},
{
PKG_BOOL,
Expand Down

0 comments on commit 0fff8d9

Please sign in to comment.