Skip to content

Commit

Permalink
fix(bats): Change DDEV_NON_INTERACTIVE into DDEV_NONINTERACTIVE
Browse files Browse the repository at this point in the history
docs(README): Update contributor mention
  • Loading branch information
julienloizelet committed Oct 2, 2024
1 parent c7ae277 commit a516d0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,4 @@ Host *.tmate.io

For a more detailed documentation about `tmate` see [Debug your GitHub Actions by using tmate](https://mxschmitt.github.io/action-tmate/).

**Contributed and maintained by [@CONTRIBUTOR](https://github.com/CONTRIBUTOR)**
**Contributed and maintained by `@CONTRIBUTOR`**
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-addon-template
mkdir -p $TESTDIR
export PROJNAME=test-addon-template
export DDEV_NON_INTERACTIVE=true
export DDEV_NONINTERACTIVE=true
ddev delete -Oy ${PROJNAME} >/dev/null 2>&1 || true
cd "${TESTDIR}"
ddev config --project-name=${PROJNAME}
Expand Down

0 comments on commit a516d0b

Please sign in to comment.