From 5cb2be1cb459c7b1de1242c539b7c61e067428fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Allen-Kristjan=20P=C3=A4ll?= Date: Mon, 2 Feb 2026 20:32:22 +0200 Subject: [PATCH] Makefile: remove --pretty --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 0e8207d..8e23690 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,6 @@ config.json: config.yaml docker run --rm -i \ quay.io/coreos/butane:latest \ - --pretty \ --strict \ < config.yaml > config.json