-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #434 from petryshkaCODE/fix-typo
typo fix edit-contracts.md
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -90,7 +90,7 @@ kurtosis clean --all | |
|
||
# Fetch and edit the docker image `zkevm-contracts` | ||
|
||
Clone the repo [`zkevm-contracts`](https://github.com/0xPolygonHermez/zkevm-contracts). Due to Docker's constraints on coyping files from the local build context, it will help us later to clone this repo into a new subdirectory `docker/local-test-zkevm-contracts` of the current repo `kurtosis-cdk`: | ||
Clone the repo [`zkevm-contracts`](https://github.com/0xPolygonHermez/zkevm-contracts). Due to Docker's constraints on copying files from the local build context, it will help us later to clone this repo into a new subdirectory `docker/local-test-zkevm-contracts` of the current repo `kurtosis-cdk`: | ||
|
||
```bash | ||
git clone [email protected]:0xPolygonHermez/zkevm-contracts.git docker/local-test-zkevm-contracts | ||
|