Skip to content

Commit 5f395db

Browse files
author
Matthew Fisher
committed
Revert "fix(builder): strip single quotes from BUILDPACK_URL"
This reverts commit 1598d72.
1 parent 69c3787 commit 5f395db

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

  • builder/image/slugbuilder/builder

builder/image/slugbuilder/builder/build.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,6 @@ selected_buildpack=
7777
if [[ -n "$BUILDPACK_URL" ]]; then
7878
echo_title "Fetching custom buildpack"
7979

80-
# FIXME: strip single quotes coming from the builder
81-
BUILDPACK_URL=$(echo $BUILDPACK_URL | tr -d "'")
82-
8380
buildpack="$buildpack_root/custom"
8481
rm -fr "$buildpack"
8582

0 commit comments

Comments
 (0)