1
0
mirror of https://github.com/dokku/buildpack-nginx.git synced 2025-06-26 10:30:46 +00:00

chore: run shfmt

This commit is contained in:
Jose Diaz-Gonzalez
2022-09-10 17:13:33 -04:00
parent c2273de014
commit c50c220ba4
3 changed files with 14 additions and 9 deletions

View File

@ -1,6 +1,7 @@
#!/usr/bin/env bash
# bin/release <build-dir>
set -eo pipefail; [[ $TRACE ]] && set -x
set -eo pipefail
[[ $TRACE ]] && set -x
cat <<EOF
---