We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49a1419 commit b3d1638Copy full SHA for b3d1638
e2e-network/docker/test-04-snapshot.sh
@@ -104,7 +104,7 @@ expectInvokeRest "$fablo_rest_org1 $user_token" "my-channel1" "chaincode1" \
104
'{"success":"RHIgUGFtZWxhIElzbGV5"}'
105
106
# restore hook to update fabric version
107
-hook_command="perl -i -pe 's/FABRIC_VERSION=2\.3\.3/FABRIC_VERSION=2\.4\.2/g' ./fablo-target/fabric-docker/.env"
+hook_command="perl -i -pe 's/FABRIC_VERSION=2\.3\.3/FABRIC_VERSION=2\.3\.3/g' ./fablo-target/fabric-docker/.env"
108
109
# prune the network and restore from snapshot
110
(
0 commit comments