Skip to content

Commit

Permalink
fix(docs): change file ext to yaml (#569)
Browse files Browse the repository at this point in the history
Changed file extension from yml to yaml

task: none
  • Loading branch information
fabtreb authored Mar 13, 2024
1 parent 3110dd0 commit 7c41478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/site/docs/operate/testnet/register.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ chain_id: 5 # The chain ID of Goerli
2. Run the following command to register as an operator:
```bash
omni operator register --config-file ~/path/to/operator.yml
omni operator register --config-file ~/path/to/operator.yaml
```

:::info
Expand Down

0 comments on commit 7c41478

Please sign in to comment.