File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1111 <h1 align="center">ddev-deno</h1>
1212</div >
1313
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 )
1515![ project is maintained] ( https://img.shields.io/maintenance/yes/2024.svg )
1616
1717## What is Deno?
@@ -28,7 +28,7 @@ YouTube: [What is Deno?](https://www.youtube.com/watch?v=KPTOo4k8-GE)
2828## Installation
2929
3030``` shell
31- ddev add-on get Morgy93 /ddev-deno
31+ ddev add-on get OpenForgeProject /ddev-deno
3232ddev restart
3333```
3434
Original file line number Diff line number Diff line change 11setup () {
22 set -eu -o pipefail
33 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
55 mkdir -p $TESTDIR
66 export PROJNAME=test-deno
7- export DDEV_ADDON=Morgy93 /ddev-deno
7+ export DDEV_ADDON=OpenForgeProject /ddev-deno
88 export DDEV_NON_INTERACTIVE=true
99 ddev delete -Oy ${PROJNAME} > /dev/null 2>&1 || true
1010 cd " ${TESTDIR} "
You can’t perform that action at this time.
0 commit comments