Skip to content

Commit 95895ca

Browse files
committed
don't use salt outputters for run-uri
1 parent d7bb9ba commit 95895ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/pepper

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class Pepper(object):
5151
def __call__(self):
5252
try:
5353
for exit_code, result in self.cli.run():
54-
if HAS_SALT and self.opts:
54+
if HAS_SALT and not self.cli.options.userun and self.opts:
5555
logger.info('Use Salt outputters')
5656
for ret in json.loads(result)['return']:
5757
if isinstance(ret, dict):

0 commit comments

Comments
 (0)