Skip to content

Commit

Permalink
Merge edc022e into 49f5a0a
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Arellano committed Jul 29, 2020
2 parents 49f5a0a + edc022e commit 4fb67e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/pants/core/goals/binary.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ async def create_binary(workspace: Workspace, dist_dir: DistDir) -> Binary:
merged_snapshot = await Get(Snapshot, MergeDigests(binary.digest for binary in binaries))
workspace.write_digest(merged_snapshot.digest, path_prefix=str(dist_dir.relpath))
for path in merged_snapshot.files:
logger.info(f"Wrote {path}")
logger.info(f"Wrote {dist_dir.relpath / path}")
return Binary(exit_code=0)


Expand Down

0 comments on commit 4fb67e2

Please sign in to comment.