diff --git a/edit/edit.go b/edit/edit.go index 75a9d4883..ad152e730 100644 --- a/edit/edit.go +++ b/edit/edit.go @@ -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" }