Skip to content

Commit

Permalink
fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
yuzelin committed Dec 11, 2024
1 parent ffa6c0c commit fa8f0eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev/check-licensing.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ if [ -z "${SOURCE_PACKAGE}" ]; then
BASE_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
PROJECT_ROOT="${BASE_DIR}/../"
cd ${PROJECT_ROOT}
ls

RUN_RAT="java -jar ${rat_jar} -E ${PROJECT_ROOT}/dev/.rat-excludes -d ${PROJECT_ROOT} > rat/rat-results.txt"
else
Expand Down

0 comments on commit fa8f0eb

Please sign in to comment.