Skip to content

Commit

Permalink
fixup! Don't update the repo unless we need to
Browse files Browse the repository at this point in the history
  • Loading branch information
pganssle committed Sep 24, 2024
1 parent 0b3c09f commit bac9c64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update.py
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ def main(
if version is None:
version = find_latest_version()

if version != existing_version and skip_existing:
if version != existing_version or not skip_existing:
download_locations = download_tzdb_tarballs(version)
else:
download_locations = None
Expand Down

0 comments on commit bac9c64

Please sign in to comment.