Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
info: fix again json compact output
Baptiste Daroussin committed 1 year ago
commit 693eafcbd78f6bb0750462c10397e0d37f481e12
parent c61d163f13efcdad7447f0e582afc2b633474ebf
1 file changed +2 -0
modified src/utils.c
@@ -361,6 +361,8 @@ print_info(struct pkg * const pkg, uint64_t options)
			outflags |= PKG_MANIFEST_EMIT_COMPACT;

		pkg_emit_manifest_file(pkg, stdout, outflags);
+
		if (outflags & PKG_MANIFEST_EMIT_COMPACT)
+
			printf("\n");
		return;
	}