From 1423d9fde4ce7ab3e92dd0907350fd9510db0375 Mon Sep 17 00:00:00 2001 From: Aditya Kalia Date: Mon, 25 Apr 2022 23:03:56 +0530 Subject: [PATCH] Fixing typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 47b8308..05d9849 100644 --- a/README.md +++ b/README.md @@ -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://:@github.com --rm -v "$(pwd)":/code \ +docker run -e GIT_CREDENTIALS=https://:@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