apply review suggestions

This commit is contained in:
Michael Pöhn 2024-04-24 11:56:07 +00:00
parent bd6afa4365
commit 005a33732c
1 changed files with 1 additions and 1 deletions

View File

@ -1766,7 +1766,7 @@ def make_altstore(apps, apks, config, repodir, pretty=False):
https://faq.altstore.io/distribute-your-apps/make-a-source
https://faq.altstore.io/distribute-your-apps/updating-apps
"""
if not any(Path('repo').glob('*.ipa')):
if not any(Path(repodir).glob('*.ipa')):
# no IPA files present in repo, nothing to do here, exiting early
return