examples/fdroid_clean_repos.py: fix typo

!1227
This commit is contained in:
Hans-Christoph Steiner 2022-11-22 20:46:56 +01:00
parent 052c753075
commit e70ef18d52
No known key found for this signature in database
GPG key ID: 3E177817BA1B9BFA

View file

@ -7,7 +7,7 @@ import logging
from fdroidserver import _, common, metadata from fdroidserver import _, common, metadata
from fdserver.exeption import VCSException from fdroidserver.exception import VCSException
fdroid_summary = 'reset app VCSs to the latest version' fdroid_summary = 'reset app VCSs to the latest version'