-
Thomas Gambier authored
For info, this is the command used: for f in *.json; do packer fix -validate $f > $f.fix || echo "$f FAILED" ; mv $f.fix $f ; done
f71fb6e4
lab.nexedi.com will be down from Thuesday, 10 Febuary 2026, 06:50:00 UTC for a duration of approximately 2 hours
For info, this is the command used: for f in *.json; do packer fix -validate $f > $f.fix || echo "$f FAILED" ; mv $f.fix $f ; done