summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorVishnu Kannan <vishnuk@google.com>2017-06-02 11:08:51 -0700
committerVishnu Kannan <vishnuk@google.com>2017-06-13 15:31:30 -0700
commit0875cceb8145c7b1b5873bfc195041682054440f (patch)
tree998e65fedda9bc18c0b17e43765eebe597dbd030 /Makefile
parent0d95ccef31c98e4215d6c5a288aa3ccee76c9a3d (diff)
Make resource management working group discoverable
Signed-off-by: Vishnu Kannan <vishnuk@google.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2576804f..269708e6 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ build-image:
docker build -t sigdocs -f generator/Dockerfile generator
gen-doc:
- docker run -e SIG=${SIG} -v $(shell pwd):/go/src/app sigdocs
+ docker run -e WG=${WG} -e SIG=${SIG} -v $(shell pwd):/go/src/app sigdocs
gen-docs:
docker run -v $(shell pwd):/go/src/app sigdocs