1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-02 09:10:11 +02:00

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 fdserver.exeption import VCSException
from fdroidserver.exception import VCSException
fdroid_summary = 'reset app VCSs to the latest version'