Skip to content

Commit

Permalink
fix(justfile): remove duplicate beacon-logs entry
Browse files Browse the repository at this point in the history
  • Loading branch information
thedevbirb committed Jul 26, 2024
1 parent fca6055 commit f9b1700
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,6 @@ sidecar-logs:
@id=$(docker ps -n 100 | grep sidecar | awk -F' ' '{print $1}') && \
docker logs -f $id

# show the logs for the bolt devnet beacon node
beacon-logs:
@id=$(docker ps -n 100 | grep 'cl-1-lighthouse-geth' | awk -F' ' '{print $1}') && \
docker logs -f $id

# show the logs for the bolt devnet for beacon node
beacon-logs:
@id=$(docker ps -n 100 | grep 'cl-1-lighthouse-geth' | awk -F' ' '{print $1}') && \
Expand Down

0 comments on commit f9b1700

Please sign in to comment.