diff options
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 |