diff options
| author | 2023-09-04 16:30:39 +0100 | |
|---|---|---|
| committer | 2023-09-04 16:30:39 +0100 | |
| commit | 759f6c9545f9074759bc001ec7d12a0586a70ca4 (patch) | |
| tree | cff15f6f477919399d7106e6ab02107ac2b73e4e /entry_point.sh | |
| parent | Add pre-commit config (diff) | |
Implement pre-commit hook fixes
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 |