Skip to content

Commit 5ac44ae

Browse files
committed
fix(scheduler/init): fixes typo
fixes the caption of a debug message
1 parent e496bcf commit 5ac44ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rootfs/scheduler/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ def logs(self, name):
370370

371371
def run(self, name, image, entrypoint, command):
372372
"""Run a one-off command."""
373-
logger.debug('run {}, img {}, entypoint {}, cmd "{}"'.format(
373+
logger.debug('run {}, img {}, entrypoint {}, cmd "{}"'.format(
374374
name, image, entrypoint, command))
375375
appname = name.split('_')[0]
376376
name = name.replace('.', '-').replace('_', '-')

0 commit comments

Comments
 (0)