Skip to content

Commit ddad96b

Browse files
committed
Fix idle-culler command line
1 parent da80234 commit ddad96b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jupyterhub/jupyterhub_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ def resources(config):
178178
{
179179
'name': 'jupyterhub-idle-culler-service',
180180
'command': [sys.executable,
181-
'-m', 'jupyterhub_idle_culler.py',
181+
'-m', 'jupyterhub_idle_culler',
182182
'--timeout={}'.format(str(cull_server_idle_timeout)),
183183
'--max-age={}'.format(str(cull_server_max_age)),
184184
'--cull-every={}'.format(str(cull_server_every))],

0 commit comments

Comments
 (0)