Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
Fix Bazel error with nested workspaces. (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
Douglas Greiman authored Oct 31, 2017
1 parent 3df7954 commit eb23aa7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ workspace(name = "subpar")
# Used by integration tests
local_repository(
name = "test_workspace",
path = __workspace_dir__ + "/tests/test_workspace",
path = "tests/test_workspace",
)

# Not actually referenced anywhere, but must be marked as a separate
Expand Down
2 changes: 1 addition & 1 deletion tests/test_workspace/WORKSPACE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
workspace(name = "test_workspace")
workspace(name = "test_workspace")

0 comments on commit eb23aa7

Please sign in to comment.