From 9b118cdfe31646750c77e87379dba5b9fc93ae82 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sat, 2 Apr 2022 02:17:43 -0400 Subject: [PATCH] chore: drop trailing whitespace --- .github/ISSUE_TEMPLATE/buildpack_issue.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/buildpack_issue.yaml b/.github/ISSUE_TEMPLATE/buildpack_issue.yaml index 078bda0ca..4dbb47491 100644 --- a/.github/ISSUE_TEMPLATE/buildpack_issue.yaml +++ b/.github/ISSUE_TEMPLATE/buildpack_issue.yaml @@ -10,7 +10,7 @@ body:
Debugging tips: - + - If you see text that says `Killed` in your output, attempt to increase free memory by using a larger server or [add swap memory](https://dokku.com/docs/getting-started/troubleshooting/#build-fails-with-killed-message). - Turn on buildpack trace mode via `dokku config:set $APP_NAME BUILDPACK_XTRACE=1` and retry your deploy. Not all buildpacks support this, but many will output extra debugging information. - Your hosting provider may have issues accessing AWS S3. Verify a slow/stalled download works by directly curling the file from your host.