diff --git a/scullery.py b/scullery.py index 5a479cc..c656f26 100755 --- a/scullery.py +++ b/scullery.py @@ -227,7 +227,7 @@ def main_interactive(): if 'apply' in testconf: log.debug('state.apply requested') if masters is not None: - target = masters[0] + target = 'scullery-*' else: target = 'local' runapply(testconf['apply'], target)