From c366b41f517f6187c550fff30292e8caddc9b55f Mon Sep 17 00:00:00 2001 From: Christie Wilson Date: Fri, 13 Apr 2018 18:19:33 -0700 Subject: [PATCH] Rename BUILD to BUILD.bazel (#658) All other BUILD files in the repo are named BUILD.bazel. --- overview/elafros-code-layout-other.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overview/elafros-code-layout-other.md b/overview/elafros-code-layout-other.md index d88549853..262b49401 100644 --- a/overview/elafros-code-layout-other.md +++ b/overview/elafros-code-layout-other.md @@ -3,7 +3,7 @@ * ./hack/update-deps.sh * Needed when you add new go dependencies * Bazel related - * BUILD / BUILD.bazel + * BUILD.bazel * Might need modifications when new dependencies are added or new source files are added * ./scripts/ * I think most of these are now obsolete when you use bazel