summaryrefslogtreecommitdiff
path: root/searx/version.py
diff options
context:
space:
mode:
Diffstat (limited to 'searx/version.py')
-rw-r--r--searx/version.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/version.py b/searx/version.py
index 7a368e366..2931b6af4 100644
--- a/searx/version.py
+++ b/searx/version.py
@@ -65,7 +65,7 @@ def get_git_version():
git_commit_date_hash = git_commit_date_hash.replace('.0', '.')
tag_version = git_version = git_commit_date_hash
- # add "+dirty" suffix if there are uncommited changes except searx/settings.yml
+ # add "+dirty" suffix if there are uncommitted changes except searx/settings.yml
try:
subprocess_run("git diff --quiet -- . ':!searx/settings.yml' ':!utils/brand.env'")
except subprocess.CalledProcessError as e: