Skip to content

Commit

Permalink
fix(tools): fix the method to install fabric-samples
Browse files Browse the repository at this point in the history
Signed-off-by: Takuma TAKEUCHI <takeuchi.takuma@fujitsu.com>
  • Loading branch information
takeutak committed Mar 30, 2021
1 parent 4e4f46c commit 801deb6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
echo "[process] start docker environment for Fabric testnet"
curl -sSL https://bit.ly/2ysbOFE | bash -s -- 1.4.1 1.4.1
curl -sSL https://bit.ly/2ysbOFE | bash -s -- 1.4.1 1.4.1 0.4.22
cp -a wallet fabric-samples/fabcar/javascript
cp -a wallet ../../../examples/cartrade/script-test-getFunctions/fabric
cd fabric-samples/fabcar
Expand Down

0 comments on commit 801deb6

Please sign in to comment.