chore: run shfmt

This commit is contained in:
Jose Diaz-Gonzalez
2022-11-24 12:58:34 -05:00
parent 9fdc06e6fa
commit 5dc1e779ae

View File

@@ -150,7 +150,6 @@ teardown() {
assert_output_contains "proxy_busy_buffers_size 10k;" 0
}
@test "(nginx-vhosts) nginx:set nginx.conf.sigil" {
local TMP=$(mktemp -d "/tmp/dokku.me.XXXXX")
trap 'popd &>/dev/null || true; rm -rf "$TMP"' INT TERM