diff --git a/test-network/scripts/deployCC.sh b/test-network/scripts/deployCC.sh index 82add333..7560e13f 100755 --- a/test-network/scripts/deployCC.sh +++ b/test-network/scripts/deployCC.sh @@ -45,7 +45,7 @@ elif [ -z "$CC_SRC_LANGUAGE" ] || [ "$CC_SRC_LANGUAGE" = "NA" ]; then ## Make sure that the path to the chaincode exists elif [ ! -d "$CC_SRC_PATH" ] && [ ! -f "$CC_SRC_PATH" ]; then - fatalln "dfghPath to chaincode does not exist. Please provide different path." + fatalln "Path to chaincode does not exist. Please provide different path." fi CC_SRC_LANGUAGE=$(echo "$CC_SRC_LANGUAGE" | tr [:upper:] [:lower:])