We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18c28fc commit 5e23d26Copy full SHA for 5e23d26
Makefile
@@ -27,7 +27,7 @@ kill-locald:
27
28
# kill any running dashboard process
29
kill-dashboardd:
30
- kill -9 $(shell ps aux | grep dashboard/dashboard.py | grep -v grep | awk '{print $$2}')
+ kill -9 $(shell ps aux | grep dashboard/app.py | grep -v grep | awk '{print $$2}')
31
32
# list any running dagster process
33
ps-locald:
0 commit comments