diff --git a/Makefile b/Makefile index 8e23690..f8ba392 100644 --- a/Makefile +++ b/Makefile @@ -2,6 +2,7 @@ config.json: config.yaml docker run --rm -i \ quay.io/coreos/butane:latest \ --strict \ + --pretty \ < config.yaml > config.json reset: config.json