Commit 315246a
authored
fix(l1): fix tooling/sync sync target so it uses existing target (#4811)
**Motivation**
When running `make sync` in tooling/sync you get the following error:
```
make start-ethrex-hoodi >> ./logs/ethrex-sync-hoodi-levm.log
make[1]: *** No rule to make target `start-ethrex-hoodi'. Stop.
make: *** [sync] Error 2
```
Because the specific `start-ethrex-hoodi` target no longer exists since
this
[pr](b7b7c1b).
**Description**
Change `start-ethrex-$(NETWORK)` to `start-ethrex` in `sync` target as
it was intended to be used since
[pr](b7b7c1b)1 parent 38626cd commit 315246a
2 files changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
0 commit comments