From e93bb654f80a5965d7c23989c94d4726965e84d5 Mon Sep 17 00:00:00 2001 From: Joaquin Rinaudo Date: Thu, 3 Sep 2020 08:09:52 +0200 Subject: [PATCH] cleanup outputs --- include/outputs | 1 - 1 file changed, 1 deletion(-) diff --git a/include/outputs b/include/outputs index b8d6e11d..a3489c5d 100644 --- a/include/outputs +++ b/include/outputs @@ -256,7 +256,6 @@ generateJsonAsffOutput(){ status="FAILED" fi jq -M -c \ - --arg UUID $(uuidgen | awk '{print tolower($0)}') \ --arg ACCOUNT_NUM "$ACCOUNT_NUM" \ --arg TITLE_TEXT "$TITLE_TEXT" \ --arg MESSAGE "$(echo -e "${message}" | sed -e 's/^[[:space:]]*//')" \