diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2019-10-30 11:00:15 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-30 11:00:15 +0000 |
commit | b39ca49db167e814d7848c6a4872c8b65ec03ff1 (patch) | |
tree | 2c6b70ee8ce080f706e9be5baa6409f8dd078381 /changelog.d | |
parent | Merge pull request #6280 from matrix-org/erikj/receipts_async_await (diff) | |
download | synapse-b39ca49db167e814d7848c6a4872c8b65ec03ff1.tar.xz |
Handle FileNotFound error in checking git repository version (#6284)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6284.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6284.bugfix b/changelog.d/6284.bugfix new file mode 100644 index 0000000000..cf15053d2d --- /dev/null +++ b/changelog.d/6284.bugfix @@ -0,0 +1 @@ +Prevent errors from appearing on Synapse startup if `git` is not installed. \ No newline at end of file |