Skip to content

Commit

Permalink
[MINOR] Suppress warning in check-license
Browse files Browse the repository at this point in the history
  • Loading branch information
williamhyun committed Nov 23, 2020
1 parent 6d625cc commit 5f15f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/check-license
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ mkdir -p "$FWDIR"/lib
exit 1
}

mkdir target
mkdir -p target
$java_cmd -jar "$rat_jar" -E "$FWDIR"/dev/.rat-excludes -d "$FWDIR" > target/rat-results.txt

if [ $? -ne 0 ]; then
Expand Down

0 comments on commit 5f15f85

Please sign in to comment.