From 1f9600c5110c7259a2b5fdf01260f0fdb9d5a809 Mon Sep 17 00:00:00 2001 From: Ian O Connell Date: Sun, 11 Sep 2016 14:13:33 -0700 Subject: [PATCH] WIP --- scala/scala.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scala/scala.bzl b/scala/scala.bzl index 132240dfc..8eb20f7fe 100644 --- a/scala/scala.bzl +++ b/scala/scala.bzl @@ -58,7 +58,7 @@ def _add_resources_cmd(ctx, dest): def _get_jar_path(paths): for p in paths: path = p.path - if path.endswith("/jar_deploy.jar"): + if path.endswith("/binary_deploy.jar"): return path return None