Rename GC worker package to gc
This commit is contained in:
parent
420a5e5a3a
commit
76c9339453
6 changed files with 4 additions and 4 deletions
|
@ -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'
|
Reference in a new issue