Commit 1598d72
Matthew Fisher
fix(builder): strip single quotes from BUILDPACK_URL
The builder sends BUILDPACK_URL as a quote-escaped string. Unfortunately,
this also throws literal single quotes into the string. Stripping them
from BUILDPACK_URL before further stripping seems to fix the issue.1 parent 17ccf8a commit 1598d72
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
80 | 83 | | |
81 | 84 | | |
82 | 85 | | |
| |||
0 commit comments