Skip to content

Commit

Permalink
fix(slugbuilder): really fix buildpack detection
Browse files Browse the repository at this point in the history
  • Loading branch information
Kingdon Barrett committed Dec 19, 2020
1 parent a01e637 commit 09e9bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootfs/builder/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ fi
## Buildpack detection

# shellcheck disable=SC2206
buildpacks=(${buildpack_root/*})
buildpacks=(${buildpack_root}/*)
selected_buildpack=

if [[ -n "$BUILDPACK_URL" ]]; then
Expand Down

0 comments on commit 09e9bb5

Please sign in to comment.