From 4b97369954015614171691b9c2fe1fb1638bd3ad Mon Sep 17 00:00:00 2001 From: Paul Sheldrake Date: Mon, 19 Aug 2024 15:02:44 -0700 Subject: [PATCH] Update tenon-io.md Update variable name --- content/starter-configs/code-snippets/tenon-io.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/starter-configs/code-snippets/tenon-io.md b/content/starter-configs/code-snippets/tenon-io.md index 41c4f8a1..26c9c3b9 100644 --- a/content/starter-configs/code-snippets/tenon-io.md +++ b/content/starter-configs/code-snippets/tenon-io.md @@ -24,7 +24,7 @@ services: online: # Tenon Integration - touch results.json - - curl -d "url=${TUGBOAT_PREVIEW_URL}&key=${TENON_API}" -H Content-Type:application/x-www-form-urlencoded -H + - curl -d "url=${TUGBOAT_SERVICE_URL}&key=${TENON_API}" -H Content-Type:application/x-www-form-urlencoded -H Cache-Control:no-cache -X POST https://tenon.io/api/ > results.json - "jq '{Summary: [.resultSummary .tests], title: .resultSet[] .errorTitle, description: .resultSet[] .errorDescription, snippet: .resultSet[] .errorSnippet, ref: .resultSet[] .ref, resultTitle: .resultSet[]