Fix indentation

This commit is contained in:
Raoul Snyman 2016-12-09 01:39:07 +02:00
parent 5c2b25c233
commit 2a52c24fa3
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ class WindowsBuilder(Builder):
# Build the launcher.
self._print(' Building PortableApps Launcher')
self._run_command([self.portablelauncher_exe, self.portable_dest_path],
'Error creating PortableAppa Launcher')
'Error creating PortableAppa Launcher')
# Build the portable installer.
self._print(' Building PortableApps Installer')
self._run_command([self.portableinstaller_exe, self.portable_dest_path],