Skip to content

Commit

Permalink
fi
Browse files Browse the repository at this point in the history
  • Loading branch information
daleront committed Apr 8, 2022
1 parent 8716b4f commit 29f6ea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/post-checkout
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ if [ $TYPE == 'CARD' ]
if [ $ONLY_SHOW_FAILED == "true" ] && [ ! $ROW_INFO == "FAILED" -a ! $ROW_INFO == "Timeout" ] ; then
:
else
if [[ -z "$ROW_LINK_NAME" ]]; then ROW_LINK_NAME="OPEN REPORT";
if [[ -z "$ROW_LINK_NAME" ]]; then ROW_LINK_NAME="OPEN REPORT"; fi
if [ $ROWS_JSON == "none" ]
then
ROWS_JSON='{ "keyValue":{ "topLabel":"'"$ROW_TITLE"'","content":"'"$ROW_INFO"'","button":{ "textButton":{ "text":"'"$ROW_LINK_NAME"'","onClick":{ "openLink":{ "url":"'"$ROW_URL"'"}}}}}}'
Expand Down

0 comments on commit 29f6ea4

Please sign in to comment.