mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
shfmt: Reformat shell scripts with shfmt.
https://github.com/mvdan/sh Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
caa939d2d5
commit
dfaea9df65
@@ -6,7 +6,7 @@ if [ ! -d /srv/zulip-py3-venv ] || [ ! -d /srv/zulip-thumbor-venv ]; then
|
||||
./tools/setup/setup_venvs.py
|
||||
fi
|
||||
|
||||
compile_requirements () {
|
||||
compile_requirements() {
|
||||
source="$1"
|
||||
output="$2"
|
||||
|
||||
|
Reference in New Issue
Block a user