From 1a0f5051585bd0ea240da3f19a8ec3235ce88bc0 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Wed, 27 Jul 2022 13:18:22 -0500 Subject: app-containers/syft: fix indentation Bug: https://bugs.gentoo.org/861428 Bug: https://github.com/gentoo/gentoo/pull/26617 Signed-off-by: William Hubbs --- app-containers/syft/syft-0.52.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app-containers/syft') diff --git a/app-containers/syft/syft-0.52.0.ebuild b/app-containers/syft/syft-0.52.0.ebuild index 2c42d972b97c..ed19988d0d34 100644 --- a/app-containers/syft/syft-0.52.0.ebuild +++ b/app-containers/syft/syft-0.52.0.ebuild @@ -18,5 +18,5 @@ src_compile() { } src_install() { -dobin bin/* + dobin bin/* } -- cgit v1.2.3-65-gdbad