Skip to content

Commit

Permalink
Merge pull request #17 from ROKT/bug-fix
Browse files Browse the repository at this point in the history
bug fix
  • Loading branch information
daleront authored Aug 1, 2023
2 parents afa64de + 7dd91d1 commit fa2dda2
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 @@ -40,7 +40,7 @@ THREAD_KEY=${BUILDKITE_PLUGIN_HANGOUTS_NOTIFY_THREAD_KEY:=$CURRENT_COMMIT}

FAIL=0
ROWS_JSON="none"
if [ $TYPE == 'CARD' ]
if [[ "${TYPE}" == "CARD'" ]]
then

IFS=, read -r CARD_TITLE CARD_SUBTITLE BUILD_URL <<< "$CARD_DETAILS"
Expand Down

0 comments on commit fa2dda2

Please sign in to comment.