diff options
author | 2023-09-04 17:14:42 +0100 | |
---|---|---|
committer | 2023-09-04 17:14:42 +0100 | |
commit | 5d37417a15c4099a224c9dce9f293ec76bc6460b (patch) | |
tree | 31d79244ed4e304007728fec950b05392725fd2b /entry_point.sh | |
parent | Merge pull request #72 from python-discord/jb3/3.11-upgrade (diff) | |
parent | Add alembic hook to format migrations on generation (diff) |
Merge pull request #73 from python-discord/jb3/deps-and-toolchain-updates
Dependencies and Toolchain Updates
Diffstat (limited to 'entry_point.sh')
-rw-r--r-- | entry_point.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/entry_point.sh b/entry_point.sh index 3894eff..4eb5beb 100644 --- a/entry_point.sh +++ b/entry_point.sh @@ -4,7 +4,7 @@ poetry run python create_metricity_db.py poetry run alembic upgrade head if [ -e /tmp/bot/metricity-config.toml ]; then - echo "Detected metricity running in bot context, copying config." + echo "Detected metricity running in bot context, copying config." cp --force /tmp/bot/metricity-config.toml ./config.toml fi |