Skip to content

Commit

Permalink
Rename make web to make dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
mlafeldt committed Nov 29, 2015
1 parent 5c7bdd2 commit 2f135a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ destroy: venv
-e dcos_channel="$(DCOS_CHANNEL)" \
-e dcos_master_setup="$(DCOS_MASTER_SETUP)"

web:
dashboard:
@open $$(./dcos config show core.dcos_url)

venv:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Here's how to specify different settings:
After running `make bootstrap`, you can open the fancy DCOS web interface in
your browser:

make web
make dashboard

### Use DCOS CLI

Expand Down

0 comments on commit 2f135a6

Please sign in to comment.