Skip to content

Commit

Permalink
setting extension filepath to absolute
Browse files Browse the repository at this point in the history
  • Loading branch information
pacostas committed Jun 17, 2024
1 parent 2f97de2 commit 8319f9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion implementation/scripts/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ function main {
tools::install "${token}"

buildpack_type=buildpack
if [ -f "extension.toml" ]; then
if [ -f "${ROOT_DIR}/extension.toml" ]; then
buildpack_type=extension
fi

Expand Down

0 comments on commit 8319f9b

Please sign in to comment.