packer: update all json files with "packer fix"
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
Showing
Please register or sign in to comment
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