Skip to content

Commit

Permalink
Update references for official status (#34)
Browse files Browse the repository at this point in the history
Co-authored-by: tyler36 <[email protected]>
  • Loading branch information
tyler36 and tyler36 committed Jun 5, 2024
1 parent 1d9310b commit 703cefc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Profiling in a production environment is not recommended.
- Install the `ddev-xhgui` add-on:

```shell
ddev get tyler36/ddev-xhgui
ddev get ddev/ddev-xhgui
ddev restart
```

Expand Down
4 changes: 2 additions & 2 deletions tests/test.bats
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ collector_checks() {
set -eu -o pipefail
cd ${TESTDIR} || ( printf "unable to cd to ${TESTDIR}\n" && exit 1 )
ddev config --project-name=${PROJNAME}
echo "# ddev get tyler36/ddev-xhgui with project ${PROJNAME} in ${TESTDIR} ($(pwd))" >&3
ddev get tyler36/ddev-xhgui
echo "# ddev get ddev/ddev-xhgui with project ${PROJNAME} in ${TESTDIR} ($(pwd))" >&3
ddev get ddev/ddev-xhgui
ddev restart

# Check service works
Expand Down

0 comments on commit 703cefc

Please sign in to comment.