1
0
mirror of https://github.com/akpall/akpella.git synced 2026-02-21 08:36:59 +00:00

Makefile: --pretty

This commit is contained in:
2026-02-02 20:47:27 +02:00
parent 5cb2be1cb4
commit ad49207f4f

View File

@@ -2,6 +2,7 @@ config.json: config.yaml
docker run --rm -i \ docker run --rm -i \
quay.io/coreos/butane:latest \ quay.io/coreos/butane:latest \
--strict \ --strict \
--pretty \
< config.yaml > config.json < config.yaml > config.json
reset: config.json reset: config.json