aboutsummaryrefslogtreecommitdiff
path: root/bin/common
diff options
context:
space:
mode:
Diffstat (limited to 'bin/common')
-rwxr-xr-xbin/common2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/common b/bin/common
index dfca4ab43..aad672e40 100755
--- a/bin/common
+++ b/bin/common
@@ -29,7 +29,7 @@ function find_jar {
local artifact="$1/$2"
if [ ! -f "$artifact" ]; then
- artifact=$(find "$HOME/.coursier/cache" -iname "$2")
+ artifact=$(find "$HOME/.coursier/cache" -iname "$2" 2> /dev/null)
fi
echo "$artifact"