Skip to content

Commit 77dae8d

Browse files
committed
Fix linting issue
1 parent 64e64dc commit 77dae8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/openjdk.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,6 @@ function openjdk::install_openjdk_via_jvm_common_buildpack() {
5353
# Since we run install_openjdk in a sub-shell, any environment variables set by it will not be available in this
5454
# (parent) shell. As documented in the jvm buildpack, we can source the modified export script from this (host)
5555
# buildpack to get the necessary changes.
56+
# shellcheck source=/dev/null
5657
source "${host_buildpack_dir}/export"
5758
}

0 commit comments

Comments
 (0)