Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
ianoc-stripe committed Sep 11, 2016
1 parent d2dce89 commit 1f9600c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scala/scala.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1f9600c

Please sign in to comment.