Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Debug CI
Browse files Browse the repository at this point in the history
  • Loading branch information
anoadragon453 committed Oct 21, 2019
1 parent 5dd459e commit 2a324d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts-dev/config-lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
# Find linting errors in Synapse's default config file.
# Exits with 0 if there are no problems, or another code otherwise.

set -ex

# Fix non-lowercase true/false values
sed -i -E "s/(#.*): +True/\1: true/g; s/(#.*): +False/\1: false/g;" synapse/config/*.py

Expand Down

0 comments on commit 2a324d2

Please sign in to comment.