Skip to content

Commit 1e66070

Browse files
committed
fixes
1 parent 89feb1c commit 1e66070

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ tag-commit-to-destroy-environment: # Tag git commit to destroy deployment - mand
272272
fi
273273

274274
get-environment-from-pr:
275-
ENVIRONMENT=$$(gh pr list -s merged --json number,mergeCommit,headRefName --repo=nhsd-exeter/dos-integration | jq --raw-output '.[] | select(.number == $(PR_NUMBER)) | .headRefName | sub( ".*:*/DS-(?<x>.[0-9]*).*"; "ds-\(.x)") ')
275+
ENVIRONMENT=$$(gh pr list -s merged --json number,mergeCommit,headRefName --repo=NHSDigital/dos-integration | jq --raw-output '.[] | select(.number == $(PR_NUMBER)) | .headRefName | sub( ".*:*/DS-(?<x>.[0-9]*).*"; "ds-\(.x)") ')
276276
echo $$ENVIRONMENT
277277

278278
is-environment-deployed:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ The main components you will need for _basic_ development work, are your OS vers
108108

109109
Clone the repository
110110

111-
git clone git@github.com:nhsd-exeter/dos-integration.git
111+
git clone git@github.com:NHSDigital/dos-integration.git
112112
cd ./dos-integration
113113

114114
### AWS Authentication

0 commit comments

Comments
 (0)