Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Add missing newline when failed to create repo
Bryan Drewery committed 13 years ago
commit e25d8e3d8f7dd585a0068787b0f882eda3e012d2
parent 1009748
1 file changed +1 -1
modified pkg/repo.c
@@ -97,7 +97,7 @@ exec_repo(int argc, char **argv)
	printf("Generating repo.sqlite in %s:  ", argv[1]);

	if (retcode != EPKG_OK) {
-
		printf("can not create repository");
+
		printf("can not create repository\n");
		return (retcode);
	} else {
		printf("\bdone!\n");