Skip to content

Commit 296299e

Browse files
committed
Edit LICENSE copyright
1 parent ec75fd4 commit 296299e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/scripts/first-time-setup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ After installation, make sure to commit the \`.ddev\` directory to version contr
4747
To change the Docker image:
4848
4949
\`\`\`bash
50-
5150
ddev dotenv set .ddev/.env.$LOWERCASE_NAME --$LOWERCASE_NAME-docker-image="busybox:stable"
5251
ddev add-on get $FULL_REPO_NAME
5352
ddev restart
@@ -71,6 +70,7 @@ sed -i "s|ADDON_TEMPLATE_DOCKER_IMAGE|$ENV_VARIABLE_NAME_DOCKER_IMAGE|g" "docker
7170

7271
sed -i "s|ddev/ddev-addon-template|$FULL_REPO_NAME|g" tests/test.bats
7372
sed -i "s|ddev/ddev-addon-template|$FULL_REPO_NAME|g" .github/PULL_REQUEST_TEMPLATE.md
73+
sed -i "s|Copyright \[yyyy\] \[name of copyright owner\]|Copyright $(date +'%Y') $USER_NAME|g" LICENSE
7474

7575
echo "name: $LOWERCASE_NAME
7676
@@ -82,4 +82,4 @@ ddev_version_constraint: '>= v1.24.3'" > install.yaml
8282
rm -f README_DEBUG.md
8383
rm -f .github/workflows/first-time-setup.yml
8484
rm -rf images
85-
rm -rf .github/scripts
85+
rm -rf .github/scripts/first-time-setup.sh

0 commit comments

Comments
 (0)