update-plantbuild.sh 118 B

1234567
  1. #!/usr/bin/env sh
  2. set -o errexit
  3. set -o nounset
  4. set -o pipefail
  5. find . -name '*.jsonnet' -exec jsonnetfmt -i '{}' +