Skip to content

Commit

Permalink
update bash to solve syntax error
Browse files Browse the repository at this point in the history
Signed-off-by: jnjerin <[email protected]>
  • Loading branch information
jnjerin committed Sep 1, 2023
1 parent c871b34 commit 64a2178
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ fi
chaincodeList() {
echo " chaincodeList $1 $2 "
if [ "$#" -ne 2 ]; then
echo "Expected 2 parameters for chaincode list, but got: $@"
echo "Expected 2 parameters for chaincode list, but got: $*"
exit 1
<% orgs.forEach((org) => { org.peers.forEach((peer) => { %>
elif [ "$1" = "<%= peer.address %>" ]; then
Expand Down

0 comments on commit 64a2178

Please sign in to comment.