File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11
11
<h1 align="center">ddev-deno</h1>
12
12
</div >
13
13
14
- [ ![ tests] ( https://github.com/Morgy93 /ddev-deno/actions/workflows/tests.yml/badge.svg )] ( https://github.com/Morgy93 /ddev-deno/actions/workflows/tests.yml )
14
+ [ ![ tests] ( https://github.com/OpenForgeProject /ddev-deno/actions/workflows/tests.yml/badge.svg )] ( https://github.com/OpenForgeProject /ddev-deno/actions/workflows/tests.yml )
15
15
![ project is maintained] ( https://img.shields.io/maintenance/yes/2024.svg )
16
16
17
17
## What is Deno?
@@ -28,7 +28,7 @@ YouTube: [What is Deno?](https://www.youtube.com/watch?v=KPTOo4k8-GE)
28
28
## Installation
29
29
30
30
``` shell
31
- ddev add-on get Morgy93 /ddev-deno
31
+ ddev add-on get OpenForgeProject /ddev-deno
32
32
ddev restart
33
33
```
34
34
Original file line number Diff line number Diff line change 1
1
setup () {
2
2
set -eu -o pipefail
3
3
export DIR=" $( cd " $( dirname " $BATS_TEST_FILENAME " ) " > /dev/null 2>&1 && pwd ) /.."
4
- export TESTDIR=~ /tmp/Morgy93 /ddev-deno
4
+ export TESTDIR=~ /tmp/OpenForgeProject /ddev-deno
5
5
mkdir -p $TESTDIR
6
6
export PROJNAME=test-deno
7
- export DDEV_ADDON=Morgy93 /ddev-deno
7
+ export DDEV_ADDON=OpenForgeProject /ddev-deno
8
8
export DDEV_NON_INTERACTIVE=true
9
9
ddev delete -Oy ${PROJNAME} > /dev/null 2>&1 || true
10
10
cd " ${TESTDIR} "
You can’t perform that action at this time.
0 commit comments