contrib: minor doc improvements in verify-binaries

This commit is contained in:
fanquake
2023-04-09 12:42:31 +02:00
parent e2e5683afe
commit ad841608d4
3 changed files with 3 additions and 3 deletions

View File

@ -530,7 +530,7 @@ def verify_published_handler(args: argparse.Namespace) -> ReturnCode:
# download binaries
for _, binary_filename in hashes_to_verify:
log.info(f"downloading {binary_filename}")
log.info(f"downloading {binary_filename} to {WORKINGDIR}")
success, output = download_with_wget(
HOST1 + remote_dir + binary_filename, binary_filename)