From 1bbf7f6e24cff709d922e9251c0184d4177342b0 Mon Sep 17 00:00:00 2001 From: Anthony Brown <121869075+anthony-nhs@users.noreply.github.com> Date: Wed, 3 Jul 2024 13:38:09 +0000 Subject: [PATCH] correct comment --- .github/scripts/deploy_api.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/deploy_api.sh b/.github/scripts/deploy_api.sh index c6d3a611a..7811dc1e8 100755 --- a/.github/scripts/deploy_api.sh +++ b/.github/scripts/deploy_api.sh @@ -72,7 +72,7 @@ else jq '.components.securitySchemes."app-level0" = {"$ref": "https://proxygen.ptl.api.platform.nhs.uk/components/securitySchemes/app-level0"}' "${SPEC_PATH}" > temp.json && mv temp.json "${SPEC_PATH}" fi fi -# Find and replace securitySchemes +# remove checkprescriptionstatusupdates if its not needed if [[ "${DEPLOY_CHECK_PRESCRIPTION_STATUS_UPDATE}" == "false" ]]; then if [[ "${API_TYPE}" == "standard" ]]; then echo "Removing checkprescriptionstatusupdates endpoint"