Skip to content

Commit 0987620

Browse files
authored
docs: fix operator upgrade guide (#2026)
1 parent 72dcbe8 commit 0987620

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/operator_guides/0_running_an_operator.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,13 @@ make operator_build ENVIRONMENT=mainnet
7272
If you want to upgrade the operator in **Testnet**, run:
7373

7474
```bash
75-
make operator_start ENVIRONMENT=testnet
75+
make operator_update ENVIRONMENT=testnet
7676
```
7777

7878
If you want to upgrade the operator in **Mainnet**, run:
7979

8080
```bash
81-
make operator_start ENVIRONMENT=mainnet
81+
make operator_update ENVIRONMENT=mainnet
8282
```
8383

8484
This will recreate the binaries. You can then proceed to restart the operator.

0 commit comments

Comments
 (0)