Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
info: fix again json compact output
Baptiste Daroussin committed 1 year ago
commit 693eafcbd78f6bb0750462c10397e0d37f481e12
parent c61d163
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;
	}