Skip to content

Commit

Permalink
Fix missing backslash in running Juno instructions (#2287)
Browse files Browse the repository at this point in the history
  • Loading branch information
wojciechos authored Nov 27, 2024
1 parent bccf025 commit e3d6ccf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/docs/snapshots.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ docker run -d \
--http \
--http-port 6060 \
--http-host 0.0.0.0 \
--db-path /snapshots/juno_mainnet
--db-path /snapshots/juno_mainnet \
--eth-node <YOUR ETH NODE>
```

Expand Down
2 changes: 1 addition & 1 deletion docs/versioned_docs/version-0.11.8/snapshots.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ docker run -d \
--http \
--http-port 6060 \
--http-host 0.0.0.0 \
--db-path /snapshots/juno_mainnet
--db-path /snapshots/juno_mainnet \
--eth-node <YOUR ETH NODE>
```

Expand Down
2 changes: 1 addition & 1 deletion docs/versioned_docs/version-0.12.4/snapshots.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ docker run -d \
--http \
--http-port 6060 \
--http-host 0.0.0.0 \
--db-path /snapshots/juno_mainnet
--db-path /snapshots/juno_mainnet \
--eth-node <YOUR ETH NODE>
```

Expand Down

0 comments on commit e3d6ccf

Please sign in to comment.