Skip to content

Commit

Permalink
move to OpenForgeProject (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
Morgy93 authored Nov 21, 2024
1 parent 19a5ef7 commit 003791f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<h1 align="center">ddev-bun</h1>
</div>

[![tests](https://github.com/Morgy93/ddev-bun/actions/workflows/tests.yml/badge.svg)](https://github.com/Morgy93/ddev-bun/actions/workflows/tests.yml)
[![tests](https://github.com/OpenForgeProject/ddev-bun/actions/workflows/tests.yml/badge.svg)](https://github.com/OpenForgeProject/ddev-bun/actions/workflows/tests.yml)
![project is maintained](https://img.shields.io/maintenance/yes/2024.svg)

## What is Bun?
Expand All @@ -28,7 +28,7 @@ YouTube: [Bun 1.0 is here](https://www.youtube.com/watch?v=BsnCpESUEqM)
## Installation

```shell
ddev add-on get Morgy93/ddev-bun
ddev add-on get OpenForgeProject/ddev-bun
ddev restart
```

Expand Down
2 changes: 1 addition & 1 deletion tests/test.bats
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ setup() {
export TESTDIR=~/tmp/test-bun
mkdir -p $TESTDIR
export PROJNAME=test-bun
export DDEV_ADDON=Morgy93/ddev-bun
export DDEV_ADDON=OpenForgeProject/ddev-bun
export DDEV_NON_INTERACTIVE=true
ddev delete -Oy ${PROJNAME} >/dev/null 2>&1 || true
cd "${TESTDIR}"
Expand Down

0 comments on commit 003791f

Please sign in to comment.