custominstall: fix NameError (wrong variable name)

This commit is contained in:
Ian Burgwin
2020-07-22 22:03:55 -07:00
parent 4296bf3ea6
commit a26579ec69

View File

@@ -471,7 +471,7 @@ class CustomInstall:
self.log('FINAL STEP:') self.log('FINAL STEP:')
self.log('Run custom-install-finalize through homebrew launcher.') self.log('Run custom-install-finalize through homebrew launcher.')
self.log('This will install a ticket and seed if required.') self.log('This will install a ticket and seed if required.')
if copied_3dsx: if copied:
self.log('custom-install-finalize has been copied to the SD card.') self.log('custom-install-finalize has been copied to the SD card.')
return True, copied return True, copied