From 5935e4341d22a3d21371a82e0e9512f2740d61db Mon Sep 17 00:00:00 2001 From: Kamal Marhubi Date: Mon, 16 Nov 2015 11:17:21 +0000 Subject: Tutorial: fix WORKSPACE env var export As mentioned in mailing list: https://groups.google.com/forum/#!msg/bazel-discuss/Lmmny9foXW0/_tf2ti8KCAAJ -- Change-Id: I8ec654b3cb8a5df28113d1136c511334c1ea99e9 Reviewed-on: https://bazel-review.googlesource.com/#/c/2340/ MOS_MIGRATED_REVID=107923683 --- site/docs/tutorial/workspace.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'site/docs/tutorial') diff --git a/site/docs/tutorial/workspace.md b/site/docs/tutorial/workspace.md index 13e55ab79d..be8883216a 100644 --- a/site/docs/tutorial/workspace.md +++ b/site/docs/tutorial/workspace.md @@ -20,7 +20,7 @@ For your convenience, set the `$WORKSPACE` environment variable now to refer to your workspace directory. At the command line, enter: ```bash -$ export $WORKSPACE=$HOME/examples/tutorial +$ export WORKSPACE=$HOME/examples/tutorial ``` ## Create a WORKSPACE file -- cgit v1.2.3