Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Jones committed Aug 21, 2017
1 parent 2faf3ce commit 0784400
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@ genrule(
name = "README",
srcs = [":docs"],
outs = ["README.md"],
cmd = "unzip -q $< && mv pex_rules.md $@",
cmd = "unzip -q $< && mv pex/pex_rules.md $@",
)

skylark_doc(
name = "docs",
srcs = ["//pex:pex_rules.bzl"],
visibility = ["//visibility:public"],
)

0 comments on commit 0784400

Please sign in to comment.