Fix option
This commit is contained in:
parent
a9839ecf9f
commit
79c9d0864b
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ def notify_matrix(update_data: Dict[str, List[Tuple[str, str]]]) -> None:
|
|||
|
||||
message = template.render(repositories=update_data, date=date)
|
||||
|
||||
cmd = [MATRIX_COMMANDER, "--markdown", "--loglevel", "ERROR",
|
||||
cmd = [MATRIX_COMMANDER, "--markdown", "--log-level", "ERROR",
|
||||
"-m", message]
|
||||
logging.debug("Sending Matrix notification")
|
||||
sarge.run(cmd, stdout=subprocess.DEVNULL)
|
||||
|
|
Loading…
Add table
Reference in a new issue