Skip to content

Commit

Permalink
Merge pull request #19 from jullianoacqio/master
Browse files Browse the repository at this point in the history
Moving the download code for repository dependencies to the /az/ directory
  • Loading branch information
jullianoacqio authored Sep 9, 2020
2 parents 5074188 + 89098eb commit bf6e879
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ http_archive(
sha256 = "rules_microsoft_azure-<revision>",
)

load("@rules_microsoft_azure//az/private:repositories.bzl", az_repositories = "repositories")
load("@rules_microsoft_azure//az:repositories.bzl", az_repositories = "repositories")

az_repositories()

Expand Down
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
workspace(name = "rules_microsoft_azure")

load("@rules_microsoft_azure//az/private:repositories.bzl", az_repositories = "repositories")
load("@rules_microsoft_azure//az:repositories.bzl", az_repositories = "repositories")

az_repositories()

Expand Down
File renamed without changes.

0 comments on commit bf6e879

Please sign in to comment.