From ca7cc3a48127693ddd821e75e87948a23dc93995 Mon Sep 17 00:00:00 2001 From: Joseph Rothrock Date: Thu, 20 Oct 2016 16:11:01 -0700 Subject: [PATCH] Fix typo in set-up-dev-env.md To mount the local Docker repository source into the Docker container, the developer needs to set an environment variable called BIND_DIR, not BIN_DIR. --- opensource/project/set-up-dev-env.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opensource/project/set-up-dev-env.md b/opensource/project/set-up-dev-env.md index 0204511407..39a47c8281 100644 --- a/opensource/project/set-up-dev-env.md +++ b/opensource/project/set-up-dev-env.md @@ -125,7 +125,7 @@ can take over 15 minutes to complete. 4. Use `make` to build a development environment image and run it in a container. ```none - $ make BIN_DIR=. shell + $ make BIND_DIR=. shell ``` The command returns informational messages as it runs. The first build may