Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
s/true/false, we were trying to disable a repository here
Baptiste Daroussin committed 13 years ago
commit ca6101e582e7d8fa35fb892ed4805983bea0f7cd
parent 8b174022c1ca7fa35d53496029941bd8bdccda16
1 file changed +1 -1
modified libpkg/pkg_config.c
@@ -726,7 +726,7 @@ add_repo(yaml_document_t *doc, yaml_node_t *repo, yaml_node_t *node)
	if (enable != NULL &&
	    (strcasecmp(enable, "off") == 0 ||
	     strcasecmp(enable, "no") == 0 ||
-
	     strcasecmp(enable, "true") == 0 ||
+
	     strcasecmp(enable, "false") == 0 ||
	     enable[0] == '0')) {
		r->enable = false;
	}