Skip to content

Commit

Permalink
fixup! fix test failure on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
aljoscha committed Oct 9, 2019
1 parent 5eb33b6 commit 023552c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edit/edit.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ func InterpretLabelForWorkspaceLocation(root string, target string) (buildFile s
return
}
if pkg != "" {
buildFile = filepath.Join(pkg, "/BUILD")
buildFile = filepath.Join(pkg, "BUILD")
} else {
buildFile = "BUILD"
}
Expand Down

0 comments on commit 023552c

Please sign in to comment.