Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fix mismerge in repo_upgrades table
Stefan Eßer committed 4 years ago
commit f68b17fce2417fc8d2bb054f354e20e20e202f14
parent 6072e88ff5720908ade99a925f16611ba8f356aa
1 file changed +2 -2
modified libpkg/repo/binary/binary_private.h
@@ -377,8 +377,8 @@ static const struct repo_changes repo_upgrades[] = {
	{2013,
	 2014,
	 "Drop 'pkg_search'",
-
	 "DROP TABLE pkg_search;",
-
	 NULL,
+

+
	 "DROP TABLE pkg_search;"
	},
	/* Mark the end of the array */
	{ -1, -1, NULL, NULL, }