1
0
mirror of https://github.com/dokku/buildpack-nginx.git synced 2025-06-26 02:20:47 +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/detect <build-dir> <cache-dir>
set -eo pipefail; [[ $TRACE ]] && set -x
set -eo pipefail
[[ $TRACE ]] && set -x
# Exit early if app is clearly not an nginx app
if [[ ! -f "$1/.static" ]]; then