Skip to content

Commit 138fbd9

Browse files
author
Dev Kalra
authored
fix build.sh script (#574)
1 parent 981d62c commit 138fbd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

target_chains/cosmwasm/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

33
docker run --rm -v "$(pwd)":/code \
4-
-v $(cd ../../third_party; pwd):/third_party \
4+
-v $(cd ../../wormhole_attester; pwd):/wormhole_attester \
55
--mount type=volume,source="$(basename "$(pwd)")_cache",target=/code/target \
66
--mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \
77
cosmwasm/workspace-optimizer:0.12.11

0 commit comments

Comments
 (0)