diff --git a/docs/docs/snapshots.md b/docs/docs/snapshots.md index 9feb3769f7..b5306e6d41 100644 --- a/docs/docs/snapshots.md +++ b/docs/docs/snapshots.md @@ -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 ``` diff --git a/docs/versioned_docs/version-0.11.8/snapshots.md b/docs/versioned_docs/version-0.11.8/snapshots.md index 94fbd0c1b0..cff4419224 100644 --- a/docs/versioned_docs/version-0.11.8/snapshots.md +++ b/docs/versioned_docs/version-0.11.8/snapshots.md @@ -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 ``` diff --git a/docs/versioned_docs/version-0.12.4/snapshots.md b/docs/versioned_docs/version-0.12.4/snapshots.md index 9feb3769f7..b5306e6d41 100644 --- a/docs/versioned_docs/version-0.12.4/snapshots.md +++ b/docs/versioned_docs/version-0.12.4/snapshots.md @@ -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 ```