Skip to content

Commit

Permalink
shellcheck to override lint errors
Browse files Browse the repository at this point in the history
Signed-off-by: jnjerin <[email protected]>
  • Loading branch information
jnjerin committed Aug 22, 2023
1 parent 9aa81b7 commit fa007c4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ if [ -z "$CLI" ]; then
exit 1
fi
# shellcheck disable=SC2086
docker exec "$CLI" peer chaincode invoke \
$PEER_ADDRESSES \
-C "$CHANNEL" \
Expand Down

0 comments on commit fa007c4

Please sign in to comment.