| Index: appengine/swarming/elements/Makefile
|
| diff --git a/appengine/swarming/elements/Makefile b/appengine/swarming/elements/Makefile
|
| index dbbdc40a8c97a32b586697d464c6baa9e3cd2d4b..c81638b009114cba7cb6affbf064d42f9718a95b 100644
|
| --- a/appengine/swarming/elements/Makefile
|
| +++ b/appengine/swarming/elements/Makefile
|
| @@ -10,9 +10,9 @@ default:
|
| # Run a local HTTP server for the demo pages.
|
| .PHONY: run
|
| run: default
|
| - -wget -nc --output-document=./imp/botlist/bot-list-demo.json https://storage.googleapis.com/luci-demo-data/swarming/bot-list-demo.json
|
| + -wget -nc --output-document=./res/imp/botlist/bot-list-demo.json https://storage.googleapis.com/luci-demo-data/swarming/bot-list-demo.json
|
|
|
| - node_modules/.bin/http-server -p 9050 -a 127.0.0.1
|
| + node_modules/.bin/http-server -p 9050
|
|
|
|
|
| .PHONY: vulcanize
|
|
|