Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fix a typo in repo configuration
Baptiste Daroussin committed 12 years ago
commit cf2429596e4dc45b4a60d31403f409bf7613a630
parent 75b31ff73e5e452b3bd154c4021696f85899017d
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)
			url = val->data.scalar.value;
		else if (strcasecmp(key->data.scalar.value, "pubkey") == 0)
			pubkey = val->data.scalar.value;
-
		else if (strcasecmp(key->data.scalar.value, "enable") == 0)
+
		else if (strcasecmp(key->data.scalar.value, "enabled") == 0)
			enable = val->data.scalar.value;
		else if (strcasecmp(key->data.scalar.value, "mirror_type") == 0)
			mirror_type = val->data.scalar.value;