diff --git a/confluent_server/bin/osdeploy b/confluent_server/bin/osdeploy index 510974bb..8dd6c139 100644 --- a/confluent_server/bin/osdeploy +++ b/confluent_server/bin/osdeploy @@ -555,7 +555,7 @@ async def download_image(distname, destdir): sys.stderr.write('Destination file {0} already exists\n'.format(destfile)) sys.exit(1) print('Downloading {0} to {1}'.format(dlinfo.iso_url, destfile)) - await download.download_dist(destfile, destdir, dlinfo=dlinfo) + await download.download_dist(destfile, destdir, progress_callback=download.print_progress, dlinfo=dlinfo) async def osimport(imagefile, checkonly=False, custname=None): c = client.Command()