Skip to content

Commit f7e4616

Browse files
authored
First round of drud->ddev changes (#16)
1 parent 38c4ff1 commit f7e4616

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
[![tests](https://github.com/drud/ddev-addon-template/actions/workflows/tests.yml/badge.svg)](https://github.com/drud/ddev-addon-template/actions/workflows/tests.yml) ![project is maintained](https://img.shields.io/maintenance/yes/2024.svg)
1+
[![tests](https://github.com/ddev/ddev-addon-template/actions/workflows/tests.yml/badge.svg)](https://github.com/ddev/ddev-addon-template/actions/workflows/tests.yml) ![project is maintained](https://img.shields.io/maintenance/yes/2024.svg)
22

33
## What is ddev-addon-template?
44

55
This repository is a template for providing [DDEV](https://ddev.readthedocs.io) addons and services.
66

7-
In ddev v1.19+ addons can be installed from the command line using the `ddev get` command, for example, `ddev get drud/ddev-addon-template` or `ddev get drud/ddev-drupal9-solr`.
7+
In DDEV addons can be installed from the command line using the `ddev get` command, for example, `ddev get ddev/ddev-addon-template` or `ddev get drud/ddev-drupal9-solr`.
88

99
A repository like this one is the way to get started. You can create a new repo from this one by clicking the template button in the top right corner of the page.
1010

tests/test.bats

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ teardown() {
3232
@test "install from release" {
3333
set -eu -o pipefail
3434
cd ${TESTDIR} || ( printf "unable to cd to ${TESTDIR}\n" && exit 1 )
35-
echo "# ddev get drud/ddev-addon-template with project ${PROJNAME} in ${TESTDIR} ($(pwd))" >&3
36-
ddev get drud/ddev-addon-template
35+
echo "# ddev get ddev/ddev-addon-template with project ${PROJNAME} in ${TESTDIR} ($(pwd))" >&3
36+
ddev get ddev/ddev-addon-template
3737
ddev restart >/dev/null
3838
# Do something useful here that verifies the add-on
3939
# ddev exec "curl -s elasticsearch:9200" | grep "${PROJNAME}-elasticsearch"

0 commit comments

Comments
 (0)