Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
what about rereading before commit
Baptiste Daroussin committed 15 years ago
commit 88716c91a0bf2f771ff3129773623602e8fc5d01
parent 75a25da
1 file changed +1 -1
modified pkg/upgrade.c
@@ -78,7 +78,7 @@ exec_upgrade(int argc, char **argv)
						pkg_get(pkg, PKG_VERSION), pkg_get(pkg, PKG_NEWVERSION));
				break;
			case 1:
-
				printf("%s: downgraded from %s to %s\n", pkg_get(pkg, PKG_NAME),
+
				printf("%s: downgrade from %s to %s\n", pkg_get(pkg, PKG_NAME),
						pkg_get(pkg, PKG_VERSION), pkg_get(pkg, PKG_NEWVERSION));
				break;
		}