Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
puppetninja committed Sep 13, 2024
1 parent d8ad4b1 commit a62a88c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/tezos/scripts/evm-snapshot-downloader.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ echo "Downloading ${EVM_SNAPSHOT_URL}"
mkdir -p "${EVM_DATA_DIR}"
curl -LfsS ${EVM_SNAPSHOT_URL} | tee >(sha256sum > ${SNAPSHOT_FILE}.sha256sum) > "${SNAPSHOT_FILE}"

chown -R 1000:1000 "${EVM_SNAPSHOT_URL}"
chown -R 1000:1000 "${EVM_DATA_DIR}"

0 comments on commit a62a88c

Please sign in to comment.