Skip to content

Commit fa8f0eb

Browse files
author
yuzelin
committed
fix?
1 parent ffa6c0c commit fa8f0eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dev/check-licensing.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ if [ -z "${SOURCE_PACKAGE}" ]; then
3333
BASE_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
3434
PROJECT_ROOT="${BASE_DIR}/../"
3535
cd ${PROJECT_ROOT}
36+
ls
3637

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

0 commit comments

Comments
 (0)