Skip to content

Commit b047d6b

Browse files
committed
Remove duplicate target for listing running Dagster processes in Makefile
1 parent 12bb1a7 commit b047d6b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@ kill-locald:
3636
ps-locald:
3737
ps aux | grep dagster | grep -v grep
3838

39-
# list running dagster process
40-
ps-locald:
41-
ps aux | grep dagster | grep -v grep
42-
4339
# start docker containers
4440
docker:
4541
docker compose up -d --build

0 commit comments

Comments
 (0)