chore: update e-mail address
Some checks failed
Pre-commit check / pre-commit (push) Has been cancelled
Test / native (push) Has been cancelled
Test / system (push) Has been cancelled
Test / docker (push) Has been cancelled

This commit is contained in:
Michal Čihař 2025-09-22 08:42:03 +02:00
parent 9bd566b7e3
commit 1a7a1b9197

View file

@ -218,7 +218,7 @@ fi

# Create admin user
if [ -n "$WEBLATE_PASSWORD" ]; then
sudo -u weblate docker compose exec --user weblate weblate weblate createadmin --username nijel --email michal@cihar.com --name 'Michal Čihař' --password "$WEBLATE_PASSWORD" --update
sudo -u weblate docker compose exec --user weblate weblate weblate createadmin --username nijel --email michal@weblate.org --name 'Michal Čihař' --password "$WEBLATE_PASSWORD" --update
fi

# Machinery configuration