Skip to content

Commit

Permalink
Fixing typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
adityakalia committed Apr 25, 2022
1 parent 77a0cac commit 1423d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ with `cosmwasm-plus`, or with a sample app from `cosmwasm-template`.
SSH credentials for fetching private repo dependencies can be configured through environment variable `GIT_CREDENTIALS`

```sh
docker run -e GIT_CREDENTIALS=https://<githuser>:<token>@github.com --rm -v "$(pwd)":/code \
docker run -e GIT_CREDENTIALS=https://<gituser>:<token>@github.com --rm -v "$(pwd)":/code \
--mount type=volume,source="$(basename "$(pwd)")_cache",target=/code/target \
--mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \
cosmwasm/rust-optimizer:0.12.6
Expand Down

0 comments on commit 1423d9f

Please sign in to comment.