From fae0a53034ed02ffb840944eb9c127df9138f8df Mon Sep 17 00:00:00 2001 From: r00t Date: Sat, 6 May 2017 11:11:02 -0400 Subject: [PATCH] gorram it. --- bdisk/bsync.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bdisk/bsync.py b/bdisk/bsync.py index d04e708..c395709 100755 --- a/bdisk/bsync.py +++ b/bdisk/bsync.py @@ -37,7 +37,7 @@ def http(conf): httpfiles['VERSION_INFO.txt'] = 'VERSION_INFO.txt' if 'x86_64' in arch: httpfiles['boot/{0}.64.kern'.format(bdisk['uxname'])] = '{0}.64.kern'.format(bdisk['uxname']) - httpfiles['boot/{0}.64.img'.format(bdisk['uxname'])] = '{0}.32.img'.format(bdisk['uxname']) + httpfiles['boot/{0}.64.img'.format(bdisk['uxname'])] = '{0}.64.img'.format(bdisk['uxname']) if 'i686' in arch: httpfiles['boot/{0}.32.kern'.format(bdisk['uxname'])] = '{0}.32.kern'.format(bdisk['uxname']) httpfiles['boot/{0}.32.img'.format(bdisk['uxname'])] = '{0}.32.img'.format(bdisk['uxname'])