Update configuration
This commit is contained in:
parent
4783cb1e81
commit
214660360f
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ def notify_matrix(update_data: Dict[str, List[Tuple[str, str]]]) -> None:
|
|||
"--credentials", CREDENTIALS_FILE, "--store", STORE_DIR,
|
||||
"-m", message]
|
||||
logging.debug("Sending Matrix notification")
|
||||
sarge.run(cmd, stdout=subprocess.DEVNULL)
|
||||
sarge.run(cmd)
|
||||
|
||||
|
||||
def commit_changes(cache_file: str, repo_home: str) -> None:
|
||||
|
|
Loading…
Add table
Reference in a new issue