Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Add missing newline when failed to create repo
Bryan Drewery committed 13 years ago
commit e25d8e3d8f7dd585a0068787b0f882eda3e012d2
parent 1009748254094007597f00553c91913d43e9eb48
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");