summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/evergreen.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index 9fe957f9b2d..4a7bbe1c045 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -1759,7 +1759,7 @@ functions:
)"
echo "Found mypy executable at '$MYPY'"
export extra_flags=""
- if [[ ${is_patch|false} == "true" ]]; then
+ if [[ "${is_patch}" == "true" ]]; then
extra_flags="--lint-scope=changed"
fi