Rename GC worker package to gc

This commit is contained in:
Joseph Schorr 2017-06-29 09:37:32 +03:00
parent 420a5e5a3a
commit 76c9339453
6 changed files with 4 additions and 4 deletions

View file

@ -3,6 +3,6 @@
echo 'Starting GC worker'
cd /
venv/bin/python -m workers.gcworker.gcworker 2>&1
venv/bin/python -m workers.gc.gcworker 2>&1
echo 'Repository GC exited'